public static class TestEncryptionTest.FailingCipherProvider extends Object implements org.apache.hadoop.hbase.io.crypto.CipherProvider
Constructor and Description |
---|
FailingCipherProvider() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.io.crypto.Cipher |
getCipher(String name) |
org.apache.hadoop.conf.Configuration |
getConf() |
String |
getName() |
String[] |
getSupportedCiphers() |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
public FailingCipherProvider()
public org.apache.hadoop.conf.Configuration getConf()
getConf
in interface org.apache.hadoop.conf.Configurable
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf
in interface org.apache.hadoop.conf.Configurable
public String getName()
getName
in interface org.apache.hadoop.hbase.io.crypto.CipherProvider
public String[] getSupportedCiphers()
getSupportedCiphers
in interface org.apache.hadoop.hbase.io.crypto.CipherProvider
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.