org.bouncycastle.pqc.crypto.xwing
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
- public class XWingPrivateKeyParameters
- extends XWingKeyParameters
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWingPrivateKeyParameters
public XWingPrivateKeyParameters(byte[] seed,
MLKEMPrivateKeyParameters kyberPrivateKey,
X25519PrivateKeyParameters xdhPrivateKey,
MLKEMPublicKeyParameters kyberPublicKey,
X25519PublicKeyParameters xdhPublicKey)
XWingPrivateKeyParameters
public XWingPrivateKeyParameters(byte[] seed,
MLKEMPrivateKeyParameters kyberPrivateKey,
X25519PrivateKeyParameters xdhPrivateKey,
MLKEMPublicKeyParameters kyberPublicKey,
X25519PublicKeyParameters xdhPublicKey)
- Deprecated. use the constructor taking org.bouncycastle.crypto.params.MLKEMKeyPublicKeyParameters
XWingPrivateKeyParameters
public XWingPrivateKeyParameters(byte[] seed)
getSeed
public byte[] getSeed()
getEncoded
public byte[] getEncoded()