|
Bouncy Castle Cryptography Library 1.71 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jcajce.spec.KEMParameterSpec
Constructor Summary | |
KEMParameterSpec(java.lang.String keyAlgorithmName)
|
|
KEMParameterSpec(java.lang.String keyAlgorithmName,
int keySizeInBits)
|
Method Summary | |
java.lang.String |
getKeyAlgorithmName()
Return the name of the symmetric key algorithm for the key returned by this KEM. |
int |
getKeySizeInBits()
Return the key size in bits if specified, -1 indicates no preference. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KEMParameterSpec(java.lang.String keyAlgorithmName)
public KEMParameterSpec(java.lang.String keyAlgorithmName, int keySizeInBits)
Method Detail |
public java.lang.String getKeyAlgorithmName()
public int getKeySizeInBits()
|
Bouncy Castle Cryptography Library 1.71 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |