Uses of Class
org.bouncycastle.crypto.asymmetric.AsymmetricECPublicKey
Packages that use AsymmetricECPublicKey
-
Uses of AsymmetricECPublicKey in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return AsymmetricECPublicKeyModifier and TypeMethodDescriptionFipsEC.DHUAgreementParameters.getEphemeralPublicKey()
Return our ephemeral public key, if present.FipsEC.MQVAgreementParameters.getEphemeralPublicKey()
Return our ephemeral public key, if present.FipsEC.DHUAgreementParameters.getOtherPartyEphemeralKey()
Return the other party's ephemeral public key.FipsEC.MQVAgreementParameters.getOtherPartyEphemeralKey()
Return the other party's ephemeral public key.Methods in org.bouncycastle.crypto.fips that return types with arguments of type AsymmetricECPublicKeyModifier and TypeMethodDescriptionFipsEC.KeyPairGenerator.generateKeyPair()
Generate a new EC key pair.Methods in org.bouncycastle.crypto.fips with parameters of type AsymmetricECPublicKeyModifier 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.DHUAgreementParametersBuilder.using
(AsymmetricKeyPair ephemeralKeyPair, AsymmetricECPublicKey otherPartyEphemeralKey) Constructor for EC DHU parameters from an ephemeral public/private key pair.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.FipsEC.MQVAgreementParametersBuilder.using
(AsymmetricKeyPair ephemeralKeyPair, AsymmetricECPublicKey otherPartyEphemeralKey) Constructor for EC MQV parameters from an ephemeral public/private key pair.