Package org.apache.cassandra.security
Interface KeyProvider
-
- All Known Implementing Classes:
JKSKeyProvider
public interface KeyProviderCustomizable key retrieval mechanism. Implementations should expect that retrieved keys will be cached. Further, each key will be requested non-concurrently (that is, no stampeding herds for the same key), although unique keys may be requested concurrently (unless you markgetSecretKeysynchronized). Implementations must provide a constructor that acceptsTransparentDataEncryptionOptionsas the sole parameter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.security.KeygetSecretKey(java.lang.String alias)
-