Uses of Class
org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
Packages that use MLKEMPublicKeyParameters
Package
Description
This is a small portion of bouncycastle 1.80 for MLKEM, modified to reduce dependencies.
-
Uses of MLKEMPublicKeyParameters in org.bouncycastle.pqc.crypto.mlkem
Methods in org.bouncycastle.pqc.crypto.mlkem that return MLKEMPublicKeyParametersMethods in org.bouncycastle.pqc.crypto.mlkem with parameters of type MLKEMPublicKeyParametersModifier and TypeMethodDescriptionstatic SecretWithEncapsulationMLKEMGenerator.internalGenerateEncapsulated(MLKEMPublicKeyParameters recipientKey, byte[] randBytes) Deprecated.(package private) byte[][]MLKEMEngine.kemEncrypt(MLKEMPublicKeyParameters publicKey, byte[] randBytes) Constructors in org.bouncycastle.pqc.crypto.mlkem with parameters of type MLKEMPublicKeyParametersModifierConstructorDescriptionMLKEMPrivateKeyParameters(MLKEMParameters params, byte[] encoding, MLKEMPublicKeyParameters pubKey) Deprecated.