public static class TestEncryptionTest.FailingCipherProvider extends Object implements CipherProvider
| Constructor and Description |
|---|
FailingCipherProvider() |
| Modifier and Type | Method and Description |
|---|---|
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.Configurablepublic void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.Configurablepublic String getName()
getName in interface CipherProviderpublic String[] getSupportedCiphers()
getSupportedCiphers in interface CipherProviderpublic Cipher getCipher(String name)
getCipher in interface CipherProviderCopyright © 2007–2019 Cloudera. All rights reserved.