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
Deprecated.
use org.bouncycastle.crypto.params.MLKEMKeyPublicKeyParameters
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMLKEMPublicKeyParameters(MLKEMParameters params, byte[] encoding) Deprecated.MLKEMPublicKeyParameters(MLKEMParameters params, byte[] t, byte[] rho) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Deprecated.(package private) static byte[]getEncoded(byte[] t, byte[] rho) Deprecated.byte[]getRho()Deprecated.byte[]getT()Deprecated.Methods inherited from class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyParameters
getParametersMethods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Field Details
-
t
final byte[] tDeprecated. -
rho
final byte[] rhoDeprecated.
-
-
Constructor Details
-
MLKEMPublicKeyParameters
Deprecated. -
MLKEMPublicKeyParameters
Deprecated.
-
-
Method Details
-
getEncoded
static byte[] getEncoded(byte[] t, byte[] rho) Deprecated. -
getEncoded
public byte[] getEncoded()Deprecated. -
getRho
public byte[] getRho()Deprecated. -
getT
public byte[] getT()Deprecated.
-