Class MLKEMPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyParameters
org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMLKEMPrivateKeyParameters(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) -
Method Summary
Methods inherited from class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyParameters
getParametersMethods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Field Details
-
s
final byte[] s -
hpk
final byte[] hpk -
nonce
final byte[] nonce -
t
final byte[] t -
rho
final byte[] rho -
seed
final byte[] seed
-
-
Constructor Details
-
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
-
-
Method Details
-
getEncoded
public byte[] getEncoded() -
getHPK
public byte[] getHPK() -
getNonce
public byte[] getNonce() -
getPublicKey
public byte[] getPublicKey() -
getPublicKeyParameters
-
getRho
public byte[] getRho() -
getS
public byte[] getS() -
getT
public byte[] getT() -
getSeed
public byte[] getSeed()
-