Uses of Interface
org.refcodes.security.Encrypter
-
Uses of Encrypter in org.refcodes.security
Subinterfaces of Encrypter in org.refcodes.securityModifier and TypeInterfaceDescriptioninterfaceCrypter<ENC, DEC, ENCEXC extends EncryptionException, DECEXC extends DecryptionException>Classes in org.refcodes.security that implement EncrypterModifier and TypeClassDescriptionclassThePasswordTextEncrypteris a textEncrypterfor encryptingStringinstances with a given password using a "PBKDF2WithHmacSHA256" key factory and a "AES/CBC/PKCS5Padding" cipher.Constructors in org.refcodes.security with parameters of type EncrypterModifierConstructorDescriptionEncryptionOutputStream(OutputStream aOutputStream, Encrypter<byte[], byte[], EncryptionException> aEncrypter) Constructs theEncryptionOutputStreamby wrapping the givenOutputStreamfor the providedEncrypterto be applied on the bytes to be written.