|
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.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.xwing.XWingKeyParameters
org.bouncycastle.pqc.crypto.xwing.XWingPrivateKeyParameters
Constructor Summary | |
XWingPrivateKeyParameters(byte[] seed)
|
|
XWingPrivateKeyParameters(byte[] seed,
MLKEMPrivateKeyParameters kyberPrivateKey,
X25519PrivateKeyParameters xdhPrivateKey,
MLKEMPublicKeyParameters kyberPublicKey,
X25519PublicKeyParameters xdhPublicKey)
|
Method Summary | |
byte[] |
getEncoded()
|
byte[] |
getSeed()
|
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 XWingPrivateKeyParameters(byte[] seed, MLKEMPrivateKeyParameters kyberPrivateKey, X25519PrivateKeyParameters xdhPrivateKey, MLKEMPublicKeyParameters kyberPublicKey, X25519PublicKeyParameters xdhPublicKey)
public XWingPrivateKeyParameters(byte[] seed)
Method Detail |
public byte[] getSeed()
public byte[] getEncoded()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |