|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.bouncycastle.pqc.crypto.util.SecretWithEncapsulationImpl
| Constructor Summary | |
SecretWithEncapsulationImpl(byte[] sessionKey,
byte[] cipher_text)
|
|
| Method Summary | |
void |
destroy()
|
byte[] |
getEncapsulation()
Return the data that carries the secret in its encapsulated form. |
byte[] |
getSecret()
Return the secret associated with the encapsulation. |
boolean |
isDestroyed()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SecretWithEncapsulationImpl(byte[] sessionKey,
byte[] cipher_text)
| Method Detail |
public byte[] getSecret()
SecretWithEncapsulationgetSecret in interface SecretWithEncapsulationorg.bouncycastle.crypto.SecretWithEncapsulationpublic byte[] getEncapsulation()
SecretWithEncapsulationgetEncapsulation in interface SecretWithEncapsulationorg.bouncycastle.crypto.SecretWithEncapsulationpublic void destroy()
destroy in interface SecretWithEncapsulationpublic boolean isDestroyed()
isDestroyed in interface SecretWithEncapsulation
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||