Uses of Interface
org.apache.hadoop.hbase.io.crypto.CipherProvider
Packages that use CipherProvider
-
Uses of CipherProvider in org.apache.hadoop.hbase.io.crypto
Classes in org.apache.hadoop.hbase.io.crypto that implement CipherProviderModifier and TypeClassDescriptionfinal class
The default cipher provider.final class
The default cipher provider.Fields in org.apache.hadoop.hbase.io.crypto declared as CipherProviderMethods in org.apache.hadoop.hbase.io.crypto that return CipherProviderModifier and TypeMethodDescriptionstatic CipherProvider
Encryption.getCipherProvider
(org.apache.hadoop.conf.Configuration conf) Cipher.getProvider()
Return the provider for this CipherConstructors in org.apache.hadoop.hbase.io.crypto with parameters of type CipherProvider -
Uses of CipherProvider in org.apache.hadoop.hbase.io.crypto.aes
Constructors in org.apache.hadoop.hbase.io.crypto.aes with parameters of type CipherProviderModifierConstructorDescriptionAES
(CipherProvider provider) CommonsCryptoAES
(CipherProvider provider)