|
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.KTSParameterSpec
Parameter spec for doing KTS based wrapping via the Cipher API.
Nested Class Summary | |
static class |
KTSParameterSpec.Builder
Builder class for creating a KTSParameterSpec. |
Method Summary | |
AlgorithmIdentifier |
getKdfAlgorithm()
Return the AlgorithmIdentifier for the KDF to do key derivation after extracting the secret. |
java.lang.String |
getKeyAlgorithmName()
Return the name of the algorithm for the wrapping key this key spec should use. |
int |
getKeySize()
Return the size of the key (in bits) for the wrapping key this key spec should use. |
byte[] |
getOtherInfo()
Return the otherInfo data for initialising the KDF. |
java.security.spec.AlgorithmParameterSpec |
getParameterSpec()
Return the algorithm parameter spec to be applied with the private key when the encapsulation is decrypted. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getKeyAlgorithmName()
public int getKeySize()
public java.security.spec.AlgorithmParameterSpec getParameterSpec()
public AlgorithmIdentifier getKdfAlgorithm()
public byte[] getOtherInfo()
|
Bouncy Castle Cryptography Library 1.71 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |