Module org.refcodes.security
Package org.refcodes.security
Interface Crypter<ENC,DEC,ENCEXC extends EncryptionException,DECEXC extends DecryptionException>
-
- Type Parameters:
ENC- The type of the encrypted data.DEC- The type of the decrypted data.ENCEXC- The specific type of theEncryptionExceptionbeing thrown.DECEXC- The specific type of theDecryptionExceptionbeing thrown.
- All Superinterfaces:
Decrypter<ENC,DEC,DECEXC>,org.refcodes.mixin.Disposable,Encrypter<ENC,DEC,ENCEXC>
public interface Crypter<ENC,DEC,ENCEXC extends EncryptionException,DECEXC extends DecryptionException> extends Encrypter<ENC,DEC,ENCEXC>, Decrypter<ENC,DEC,DECEXC>
-
-
Method Summary
-
Methods inherited from interface org.refcodes.security.Decrypter
decrypt, decrypt, toDecrypted, toDecrypted
-
Methods inherited from interface org.refcodes.security.Encrypter
encrypt, encrypt, toEncrypted, toEncrypted
-
-