|
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.crypto.params.AsymmetricKeyParameter | +--org.bouncycastle.pqc.crypto.bike.BIKEKeyParameters | +--org.bouncycastle.pqc.crypto.bike.BIKEPrivateKeyParameters
Constructor Summary | |
BIKEPrivateKeyParameters(BIKEParameters bikeParameters,
byte[] h0,
byte[] h1,
byte[] sigma)
Constructor. |
Method Summary | |
byte[] |
getEncoded()
|
Methods inherited from class org.bouncycastle.pqc.crypto.bike.BIKEKeyParameters |
getParameters |
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter |
isPrivate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BIKEPrivateKeyParameters(BIKEParameters bikeParameters, byte[] h0, byte[] h1, byte[] sigma)
h0
- h0h1
- h1sigma
- random bytes sigmaMethod Detail |
public byte[] getEncoded()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |