Uses of Class
org.bouncycastle.crypto.internal.params.AsymmetricKeyParameter
Packages that use AsymmetricKeyParameter
Package
Description
-
Uses of AsymmetricKeyParameter in org.bouncycastle.crypto.internal
Methods in org.bouncycastle.crypto.internal that return AsymmetricKeyParameterModifier and TypeMethodDescriptionAsymmetricCipherKeyPair.getPrivate()return the private key parameters.AsymmetricCipherKeyPair.getPublic()return the public key parameters.KeyParser.readKey(InputStream stream) Methods in org.bouncycastle.crypto.internal with parameters of type AsymmetricKeyParameterModifier and TypeMethodDescriptionbyte[]KeyEncoder.getEncoded(AsymmetricKeyParameter keyParameter) Constructors in org.bouncycastle.crypto.internal with parameters of type AsymmetricKeyParameterModifierConstructorDescriptionAsymmetricCipherKeyPair(AsymmetricKeyParameter publicParam, AsymmetricKeyParameter privateParam) basic constructor. -
Uses of AsymmetricKeyParameter in org.bouncycastle.crypto.internal.params
Subclasses of AsymmetricKeyParameter in org.bouncycastle.crypto.internal.paramsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclass -
Uses of AsymmetricKeyParameter in org.bouncycastle.crypto.internal.pqc
Methods in org.bouncycastle.crypto.internal.pqc that return AsymmetricKeyParameterModifier and TypeMethodDescriptionExchangePair.getPublicKey()Return the responding party's public key.DigestingStateAwareMessageSigner.getUpdatedPrivateKey()Return the current version of the private key with the updated state.StateAwareMessageSigner.getUpdatedPrivateKey()Return the current version of the private key with the updated state.Methods in org.bouncycastle.crypto.internal.pqc with parameters of type AsymmetricKeyParameterModifier and TypeMethodDescriptionExchangePairGenerator.generateExchange(AsymmetricKeyParameter senderPublicKey) Generate an exchange pair based on the sender public key.ExchangePairGenerator.GenerateExchange(AsymmetricKeyParameter senderPublicKey) Deprecated.use generateExchangeConstructors in org.bouncycastle.crypto.internal.pqc with parameters of type AsymmetricKeyParameterModifierConstructorDescriptionExchangePair(AsymmetricKeyParameter publicKey, byte[] shared) Base constructor. -
Uses of AsymmetricKeyParameter in org.bouncycastle.crypto.internal.pqc.lms
Subclasses of AsymmetricKeyParameter in org.bouncycastle.crypto.internal.pqc.lmsModifier and TypeClassDescriptionclassclassclassclassclass