Package org.apache.hadoop.hbase.util
Class TestEncryptionTest.FailingKeyProvider
java.lang.Object
org.apache.hadoop.hbase.util.TestEncryptionTest.FailingKeyProvider
- All Implemented Interfaces:
org.apache.hadoop.hbase.io.crypto.KeyProvider
- Enclosing class:
- TestEncryptionTest
public static class TestEncryptionTest.FailingKeyProvider
extends Object
implements org.apache.hadoop.hbase.io.crypto.KeyProvider
-
Field Summary
Fields inherited from interface org.apache.hadoop.hbase.io.crypto.KeyProvider
PASSWORD, PASSWORDFILE
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FailingKeyProvider
public FailingKeyProvider()
-
-
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
-