Package org.apache.cassandra.security
Class CipherFactory
java.lang.Object
org.apache.cassandra.security.CipherFactory
A factory for loading encryption keys from
KeyProvider instances.
Maintains a cache of loaded keys to avoid invoking the key provider on every call.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDecryptor(String transformation, String keyAlias, byte[] iv) getEncryptor(String transformation, String keyAlias)
-
Constructor Details
-
CipherFactory
-
-
Method Details
-
getEncryptor
- Throws:
IOException
-
getDecryptor
- Throws:
IOException
-