Uses of Class
org.bouncycastle.crypto.params.AsymmetricKeyParameter
Packages that use AsymmetricKeyParameter
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 AsymmetricKeyParameter in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return AsymmetricKeyParameterModifier and TypeMethodDescriptionAsymmetricCipherKeyPair.getPrivate()return the private key parameters.AsymmetricCipherKeyPair.getPublic()return the public key parameters.Constructors in org.bouncycastle.crypto with parameters of type AsymmetricKeyParameterModifierConstructorDescriptionAsymmetricCipherKeyPair(AsymmetricKeyParameter publicParam, AsymmetricKeyParameter privateParam) basic constructor. -
Uses of AsymmetricKeyParameter in org.bouncycastle.pqc.crypto.mlkem
Subclasses of AsymmetricKeyParameter in org.bouncycastle.pqc.crypto.mlkemModifier and TypeClassDescriptionclassclassclassMethods in org.bouncycastle.pqc.crypto.mlkem with parameters of type AsymmetricKeyParameterModifier and TypeMethodDescriptionMLKEMGenerator.generateEncapsulated(AsymmetricKeyParameter recipientKey) MLKEMGenerator.internalGenerateEncapsulated(AsymmetricKeyParameter recipientKey, byte[] randBytes)