|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jcajce.spec.KEMKDFSpec
org.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. |
Constructor Summary | |
protected |
KTSParameterSpec(java.lang.String wrappingKeyAlgorithm,
int keySizeInBits,
java.security.spec.AlgorithmParameterSpec parameterSpec,
AlgorithmIdentifier kdfAlgorithm,
byte[] otherInfo)
|
Method Summary | |
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 org.bouncycastle.jcajce.spec.KEMKDFSpec |
getKdfAlgorithm, getKeyAlgorithmName, getKeySize, getOtherInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected KTSParameterSpec(java.lang.String wrappingKeyAlgorithm, int keySizeInBits, java.security.spec.AlgorithmParameterSpec parameterSpec, AlgorithmIdentifier kdfAlgorithm, byte[] otherInfo)
Method Detail |
public java.security.spec.AlgorithmParameterSpec getParameterSpec()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |