Class KeyProviderForTesting
java.lang.Object
org.apache.hadoop.hbase.io.crypto.KeyProviderForTesting
- All Implemented Interfaces:
org.apache.hadoop.hbase.io.crypto.KeyProvider
public class KeyProviderForTesting
extends Object
implements org.apache.hadoop.hbase.io.crypto.KeyProvider
Return a fixed secret key for AES for testing.
-
Field Summary
Fields inherited from interface org.apache.hadoop.hbase.io.crypto.KeyProvider
PASSWORD, PASSWORDFILE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyProviderForTesting
public KeyProviderForTesting()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.apache.hadoop.hbase.io.crypto.KeyProvider
-
getKey
- Specified by:
getKeyin interfaceorg.apache.hadoop.hbase.io.crypto.KeyProvider
-
getKeys
- Specified by:
getKeysin interfaceorg.apache.hadoop.hbase.io.crypto.KeyProvider
-