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