Uses of Class
org.bouncycastle.crypto.asymmetric.AsymmetricECPrivateKey
Packages that use AsymmetricECPrivateKey
-
Uses of AsymmetricECPrivateKey in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return AsymmetricECPrivateKeyModifier and TypeMethodDescriptionFipsEC.DHUAgreementParameters.getEphemeralPrivateKey()
Return our ephemeral private key.FipsEC.MQVAgreementParameters.getEphemeralPrivateKey()
Return our ephemeral private key.Methods in org.bouncycastle.crypto.fips that return types with arguments of type AsymmetricECPrivateKeyModifier and TypeMethodDescriptionFipsEC.KeyPairGenerator.generateKeyPair()
Generate a new EC key pair.Methods in org.bouncycastle.crypto.fips with parameters of type AsymmetricECPrivateKeyModifier and TypeMethodDescriptionFipsEC.DHUAgreementParametersBuilder.using
(AsymmetricECPrivateKey ephemeralPrivateKey, AsymmetricECPublicKey otherPartyEphemeralKey) Constructor for EC DHU parameters which assumes later calculation of our ephemeral public key.FipsEC.DHUAgreementParametersBuilder.using
(AsymmetricECPublicKey ephemeralPublicKey, AsymmetricECPrivateKey ephemeralPrivateKey, AsymmetricECPublicKey otherPartyEphemeralKey) Constructor for EC DHU parameters which results in an agreement returning the raw value.FipsEC.MQVAgreementParametersBuilder.using
(AsymmetricECPrivateKey ephemeralPrivateKey, AsymmetricECPublicKey otherPartyEphemeralKey) Constructor for EC MQV parameters which assumes later calculation of our ephemeral public key.FipsEC.MQVAgreementParametersBuilder.using
(AsymmetricECPublicKey ephemeralPublicKey, AsymmetricECPrivateKey ephemeralPrivateKey, AsymmetricECPublicKey otherPartyEphemeralKey) Constructor for EC MQV parameters which results in an agreement returning the raw value.