Class TestCipherProvider.MyCipherProvider

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

public static class TestCipherProvider.MyCipherProvider extends Object implements org.apache.hadoop.hbase.io.crypto.CipherProvider
  • Field Details

    • conf

      private org.apache.hadoop.conf.Configuration conf
  • 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