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
  • Constructor Details

  • Method Details

    • init

      public void init(String params)
      Specified by:
      init in interface org.apache.hadoop.hbase.io.crypto.KeyProvider
    • getKey

      public Key getKey(String alias)
      Specified by:
      getKey in interface org.apache.hadoop.hbase.io.crypto.KeyProvider
    • getKeys

      public Key[] getKeys(String[] aliases)
      Specified by:
      getKeys in interface org.apache.hadoop.hbase.io.crypto.KeyProvider