public interface DecryptionCipher
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] data)
Decrypts the specified data.
|
void |
init()
Initializes the cipher instance.
|
void init() throws java.lang.Exception
java.lang.Exceptionbyte[] decrypt(byte[] data)
throws java.security.GeneralSecurityException
data - the data to decrypt.java.security.GeneralSecurityException