|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.bouncycastle.jcajce.spec.HybridValueParameterSpec
| Constructor Summary | |
HybridValueParameterSpec(byte[] t,
java.security.spec.AlgorithmParameterSpec baseSpec)
Create a spec with T set to t and the spec for the KDF in the agreement to baseSpec. |
|
| Method Summary | |
void |
destroy()
Destroy this parameter spec, explicitly erasing its contents. |
java.security.spec.AlgorithmParameterSpec |
getBaseParameterSpec()
Return the base parameter spec. |
byte[] |
getT()
Return a reference to the T value. |
boolean |
isDestroyed()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HybridValueParameterSpec(byte[] t,
java.security.spec.AlgorithmParameterSpec baseSpec)
t - a shared secret to be concatenated with the agreement's Z value.baseSpec - the base spec for the agreements KDF.| Method Detail |
public byte[] getT()
public java.security.spec.AlgorithmParameterSpec getBaseParameterSpec()
public boolean isDestroyed()
public void destroy()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||