@InterfaceAudience.Public @InterfaceStability.Evolving public interface CipherProvider
| 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
|