Class TestEncryptionTest.FailingCipherProvider

java.lang.Object
org.apache.hadoop.hbase.util.TestEncryptionTest.FailingCipherProvider
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.hbase.io.crypto.CipherProvider
Enclosing class:
TestEncryptionTest

public static class TestEncryptionTest.FailingCipherProvider extends Object implements org.apache.hadoop.hbase.io.crypto.CipherProvider
  • Constructor Details

  • Method Details

    • getConf

      public org.apache.hadoop.conf.Configuration getConf()
      Specified by:
      getConf in interface org.apache.hadoop.conf.Configurable
    • setConf

      public void setConf(org.apache.hadoop.conf.Configuration conf)
      Specified by:
      setConf in interface org.apache.hadoop.conf.Configurable
    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.hadoop.hbase.io.crypto.CipherProvider
    • getSupportedCiphers

      Specified by:
      getSupportedCiphers in interface org.apache.hadoop.hbase.io.crypto.CipherProvider
    • getCipher

      public org.apache.hadoop.hbase.io.crypto.Cipher getCipher(String name)
      Specified by:
      getCipher in interface org.apache.hadoop.hbase.io.crypto.CipherProvider