Uses of Interface
org.bouncycastle.crypto.SecretWithEncapsulation
Packages that use SecretWithEncapsulation
Package
Description
Base classes for the lightweight API.
This is a small portion of bouncycastle 1.80 for MLKEM, modified to reduce dependencies.
-
Uses of SecretWithEncapsulation in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return SecretWithEncapsulationModifier and TypeMethodDescriptionEncapsulatedSecretGenerator.generateEncapsulated(AsymmetricKeyParameter recipientKey) Generate secret/encapsulation based on the recipient public key. -
Uses of SecretWithEncapsulation in org.bouncycastle.pqc.crypto.mlkem
Methods in org.bouncycastle.pqc.crypto.mlkem that return SecretWithEncapsulationModifier and TypeMethodDescriptionMLKEMGenerator.generateEncapsulated(AsymmetricKeyParameter recipientKey) Deprecated.MLKEMGenerator.internalGenerateEncapsulated(AsymmetricKeyParameter recipientKey, byte[] randBytes) Deprecated.static SecretWithEncapsulationMLKEMGenerator.internalGenerateEncapsulated(MLKEMPublicKeyParameters recipientKey, byte[] randBytes) Deprecated. -
Uses of SecretWithEncapsulation in org.bouncycastle.pqc.crypto.util
Classes in org.bouncycastle.pqc.crypto.util that implement SecretWithEncapsulation
MLKEMGenerator.internalGenerateEncapsulated(MLKEMPublicKeyParameters, byte[])instead.