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.Methods in org.bouncycastle.crypto with parameters of type AsymmetricKeyParameterModifier and TypeMethodDescriptionEncapsulatedSecretGenerator.generateEncapsulated(AsymmetricKeyParameter recipientKey) Generate secret/encapsulation based on the recipient public key.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 TypeClassDescriptionclassDeprecated.use org.bouncycastle.crypto.params.MLKEMKeyParametersclassDeprecated.use org.bouncycastle.crypto.params.MLKEMKeyPrivateKeyParametersclassDeprecated.use org.bouncycastle.crypto.params.MLKEMKeyPublicKeyParametersMethods in org.bouncycastle.pqc.crypto.mlkem with parameters of type AsymmetricKeyParameterModifier and TypeMethodDescriptionMLKEMGenerator.generateEncapsulated(AsymmetricKeyParameter recipientKey) Deprecated.MLKEMGenerator.internalGenerateEncapsulated(AsymmetricKeyParameter recipientKey, byte[] randBytes) Deprecated.