Class MLKEMPublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyParameters
org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorsConstructorDescriptionMLKEMPublicKeyParameters
(MLKEMParameters params, byte[] encoding) MLKEMPublicKeyParameters
(MLKEMParameters params, byte[] t, byte[] rho) -
Method Summary
Methods inherited from class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyParameters
getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
MLKEMPublicKeyParameters
-
MLKEMPublicKeyParameters
-
-
Method Details
-
getEncoded
public byte[] getEncoded() -
getRho
public byte[] getRho() -
getT
public byte[] getT()
-