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
-
Method Summary
-
Constructor Details
-
KeyProviderForTesting
public KeyProviderForTesting()
-
-
Method Details
-
init
- Specified by:
init
in interfaceorg.apache.hadoop.hbase.io.crypto.KeyProvider
-
getKey
- Specified by:
getKey
in interfaceorg.apache.hadoop.hbase.io.crypto.KeyProvider
-
getKeys
- Specified by:
getKeys
in interfaceorg.apache.hadoop.hbase.io.crypto.KeyProvider
-