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 Decrypter
decrypt, decrypt, toDecrypted, toDecryptedMethods inherited from interface org.refcodes.mixin.Disposable
disposeMethods inherited from interface Encrypter
encrypt, encrypt, toEncrypted, toEncrypted