Uses of Interface
org.refcodes.security.Decrypter
-
Uses of Decrypter in org.refcodes.security
Subinterfaces of Decrypter in org.refcodes.securityModifier and TypeInterfaceDescriptioninterfaceCrypter<ENC,DEC, ENCEXC extends EncryptionException, DECEXC extends DecryptionException> Classes in org.refcodes.security that implement DecrypterModifier and TypeClassDescriptionclassThePasswordTextDecrypteris a textDecrypterfor decryptingStringinstances with a given password using a "PBKDF2WithHmacSHA256" key factory and a "AES/CBC/PKCS5Padding" cipher.Constructors in org.refcodes.security with parameters of type DecrypterModifierConstructorDescriptionDecryptionInputStream(InputStream aInputStream, Decrypter<byte[], byte[], DecryptionException> aDecrypter) Constructs theDecryptionInputStreamby wrapping the givenInputStreamfor the providedDecrypterto be applied on the bytes to be read.