Class CipherFactory

java.lang.Object
org.apache.cassandra.security.CipherFactory

public class CipherFactory extends Object
A factory for loading encryption keys from KeyProvider instances. Maintains a cache of loaded keys to avoid invoking the key provider on every call.