Uses of Class
org.bouncycastle.crypto.asymmetric.AsymmetricDHPrivateKey
Packages that use AsymmetricDHPrivateKey
Package
Description
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of AsymmetricDHPrivateKey in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return AsymmetricDHPrivateKeyModifier and TypeMethodDescriptionFipsDH.DHUAgreementParameters.getEphemeralPrivateKey()Return our ephemeral private key.FipsDH.MQVAgreementParameters.getEphemeralPrivateKey()Return our ephemeral private key.Methods in org.bouncycastle.crypto.fips that return types with arguments of type AsymmetricDHPrivateKeyModifier and TypeMethodDescriptionFipsDH.KeyPairGenerator.generateKeyPair()Generate a new Diffie-Hellman key pair.Methods in org.bouncycastle.crypto.fips with parameters of type AsymmetricDHPrivateKeyModifier and TypeMethodDescriptionFipsDH.DHUAgreementParametersBuilder.using(AsymmetricDHPrivateKey ephemeralPrivateKey, AsymmetricDHPublicKey otherPartyEphemeralKey) Constructor for DH DHU parameters which assumes later calculation of our ephemeral public key.FipsDH.DHUAgreementParametersBuilder.using(AsymmetricDHPublicKey ephemeralPublicKey, AsymmetricDHPrivateKey ephemeralPrivateKey, AsymmetricDHPublicKey otherPartyEphemeralKey) Constructor for DH DHU parameters which results in an agreement returning the raw value.FipsDH.MQVAgreementParametersBuilder.using(AsymmetricDHPrivateKey ephemeralPrivateKey, AsymmetricDHPublicKey otherPartyEphemeralKey) Constructor for DH MQV parameters which assumes later calculation of our ephemeral public key.FipsDH.MQVAgreementParametersBuilder.using(AsymmetricDHPublicKey ephemeralPublicKey, AsymmetricDHPrivateKey ephemeralPrivateKey, AsymmetricDHPublicKey otherPartyEphemeralKey) Constructor for DH MQV parameters which results in an agreement returning the raw value. -
Uses of AsymmetricDHPrivateKey in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return types with arguments of type AsymmetricDHPrivateKey