@InterfaceAudience.Public public interface CipherProvider extends org.apache.hadoop.conf.Configurable
Modifier and Type | Method and Description |
---|---|
Cipher |
getCipher(String name)
Get an Cipher
|
String |
getName()
Return the provider's name
|
String[] |
getSupportedCiphers()
Return the set of Ciphers supported by this provider
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.