Package com.kheops.util
Interface DecryptionCipher
- All Known Implementing Classes:
RsaCipher
public interface DecryptionCipher
-
Method Summary
-
Method Details
-
init
Initializes the cipher instance.- Throws:
Exception
-
decrypt
Decrypts the specified data.- Parameters:
data
- the data to decrypt.- Returns:
- a new byte array that contains decrypted data.
- Throws:
GeneralSecurityException
-