Uses of Class
org.bouncycastle.crypto.asymmetric.AsymmetricKeyPair
Packages that use AsymmetricKeyPair
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of AsymmetricKeyPair in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return AsymmetricKeyPairModifier and TypeMethodDescriptionAsymmetricKeyPairGenerator.generateKeyPair()Return a newly generated key pair. -
Uses of AsymmetricKeyPair in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return AsymmetricKeyPairModifier and TypeMethodDescriptionabstract AsymmetricKeyPair<P, S> FipsAsymmetricKeyPairGenerator.generateKeyPair()FipsDH.KeyPairGenerator.generateKeyPair()Generate a new Diffie-Hellman key pair.FipsDSA.KeyPairGenerator.generateKeyPair()Generate a new DSA key pair.FipsEC.KeyPairGenerator.generateKeyPair()Generate a new EC key pair.FipsEdEC.EdDSAKeyPairGenerator.generateKeyPair()FipsLMS.KeyPairGenerator.generateKeyPair()FipsRSA.KeyPairGenerator.generateKeyPair()Methods in org.bouncycastle.crypto.fips with parameters of type AsymmetricKeyPairModifier and TypeMethodDescriptionFipsDH.DHUAgreementParametersBuilder.using(AsymmetricKeyPair ephemeralKeyPair, AsymmetricDHPublicKey otherPartyEphemeralKey) Constructor for DH DHU parameters from an ephemeral public/private key pair.FipsDH.MQVAgreementParametersBuilder.using(AsymmetricKeyPair ephemeralKeyPair, AsymmetricDHPublicKey otherPartyEphemeralKey) Constructor for DH MQV parameters from an ephemeral public/private key pair.FipsEC.DHUAgreementParametersBuilder.using(AsymmetricKeyPair ephemeralKeyPair, AsymmetricECPublicKey otherPartyEphemeralKey) Constructor for EC DHU parameters from an ephemeral public/private key pair.FipsEC.MQVAgreementParametersBuilder.using(AsymmetricKeyPair ephemeralKeyPair, AsymmetricECPublicKey otherPartyEphemeralKey) Constructor for EC MQV parameters from an ephemeral public/private key pair. -
Uses of AsymmetricKeyPair in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return AsymmetricKeyPairModifier and TypeMethodDescriptionDSA.KeyPairGenerator.doGenerateKeyPair()DSTU4145.KeyPairGenerator.doGenerateKeyPair()protected AsymmetricKeyPairEC.KeyPairGenerator.doGenerateKeyPair()ECGOST3410.KeyPairGenerator.doGenerateKeyPair()protected AsymmetricKeyPairEdEC.EdDSAKeyPairGenerator.doGenerateKeyPair()protected AsymmetricKeyPairEdEC.XDHKeyPairGenerator.doGenerateKeyPair()ElGamal.KeyPairGenerator.doGenerateKeyPair()GOST3410.KeyPairGenerator.doGenerateKeyPair()LMS.KeyPairGenerator.doGenerateKeyPair()RSA.KeyPairGenerator.doGenerateKeyPair()