Class XWingPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.xwing.XWingKeyParameters
org.bouncycastle.pqc.crypto.xwing.XWingPrivateKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorsConstructorDescriptionXWingPrivateKeyParameters
(byte[] seed) XWingPrivateKeyParameters
(byte[] seed, MLKEMPrivateKeyParameters kyberPrivateKey, X25519PrivateKeyParameters xdhPrivateKey, MLKEMPublicKeyParameters kyberPublicKey, X25519PublicKeyParameters xdhPublicKey) -
Method Summary
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
XWingPrivateKeyParameters
public XWingPrivateKeyParameters(byte[] seed, MLKEMPrivateKeyParameters kyberPrivateKey, X25519PrivateKeyParameters xdhPrivateKey, MLKEMPublicKeyParameters kyberPublicKey, X25519PublicKeyParameters xdhPublicKey) -
XWingPrivateKeyParameters
public XWingPrivateKeyParameters(byte[] seed)
-
-
Method Details
-
getSeed
public byte[] getSeed() -
getEncoded
public byte[] getEncoded()
-