- All Known Implementing Classes:
DefaultCrypter
,GCMSIVCrypter
public interface ICrypter
An encrypter and decrypter of pages.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
encrypt
(byte[] bytes, SecretKey key, SecureRandom random) generateKey
(SecureRandom random)
-
Method Details
-
generateKey
-
encrypt
-
decrypt
-