Package org.bouncycastle.crypto.params
Class MLKEMPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.crypto.params.MLKEMKeyParameters
-
- org.bouncycastle.crypto.params.MLKEMPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class MLKEMPrivateKeyParameters extends MLKEMKeyParameters
-
-
Field Summary
Fields Modifier and Type Field Description static intBOTHstatic intEXPANDED_KEYstatic intSEED_ONLY
-
Constructor Summary
Constructors Constructor Description MLKEMPrivateKeyParameters(MLKEMParameters params, byte[] encoding)MLKEMPrivateKeyParameters(MLKEMParameters params, byte[] s, byte[] hpk, byte[] nonce, byte[] t, byte[] rho)MLKEMPrivateKeyParameters(MLKEMParameters params, byte[] s, byte[] hpk, byte[] nonce, byte[] t, byte[] rho, byte[] seed)MLKEMPrivateKeyParameters(MLKEMParameters params, byte[] encoding, MLKEMPublicKeyParameters pubKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]getEncoded()byte[]getHPK()byte[]getNonce()MLKEMPrivateKeyParametersgetParametersWithFormat(int format)Deprecated.UsewithPreferredFormat(int)instead.intgetPreferredFormat()byte[]getPublicKey()MLKEMPublicKeyParametersgetPublicKeyParameters()byte[]getRho()byte[]getS()byte[]getSeed()byte[]getT()MLKEMPrivateKeyParameterswithPreferredFormat(int format)-
Methods inherited from class org.bouncycastle.crypto.params.MLKEMKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Field Detail
-
BOTH
public static final int BOTH
- See Also:
- Constant Field Values
-
SEED_ONLY
public static final int SEED_ONLY
- See Also:
- Constant Field Values
-
EXPANDED_KEY
public static final int EXPANDED_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MLKEMPrivateKeyParameters
public MLKEMPrivateKeyParameters(MLKEMParameters params, byte[] s, byte[] hpk, byte[] nonce, byte[] t, byte[] rho)
-
MLKEMPrivateKeyParameters
public MLKEMPrivateKeyParameters(MLKEMParameters params, byte[] s, byte[] hpk, byte[] nonce, byte[] t, byte[] rho, byte[] seed)
-
MLKEMPrivateKeyParameters
public MLKEMPrivateKeyParameters(MLKEMParameters params, byte[] encoding)
-
MLKEMPrivateKeyParameters
public MLKEMPrivateKeyParameters(MLKEMParameters params, byte[] encoding, MLKEMPublicKeyParameters pubKey)
-
-
Method Detail
-
getParametersWithFormat
public MLKEMPrivateKeyParameters getParametersWithFormat(int format)
Deprecated.UsewithPreferredFormat(int)instead.
-
withPreferredFormat
public MLKEMPrivateKeyParameters withPreferredFormat(int format)
-
getPreferredFormat
public int getPreferredFormat()
-
getEncoded
public byte[] getEncoded()
-
getHPK
public byte[] getHPK()
-
getNonce
public byte[] getNonce()
-
getPublicKey
public byte[] getPublicKey()
-
getPublicKeyParameters
public MLKEMPublicKeyParameters getPublicKeyParameters()
-
getRho
public byte[] getRho()
-
getS
public byte[] getS()
-
getT
public byte[] getT()
-
getSeed
public byte[] getSeed()
-
-