IAsymmetricCipherSuite, ISymmetricCipherSuitepublic interface ICipherSuite
| Modifier and Type | Method | Description |
|---|---|---|
javax.crypto.Cipher |
getCipher() |
|
java.lang.String |
getKeyAlgorithm() |
Return the name of the KeyAlgorithm used by this CipherSuite.
|
int |
getKeySize() |
java.lang.String getKeyAlgorithm()
javax.crypto.Cipher getCipher()
throws java.security.GeneralSecurityException
java.security.GeneralSecurityExceptionint getKeySize()
Copyright © 2018 Symphony Software Foundation. All rights reserved.