FipsEC.DHUAgreementParameters |
FipsEC.DHUAgreementParametersBuilder.using(AsymmetricECPrivateKey ephemeralPrivateKey,
AsymmetricECPublicKey otherPartyEphemeralKey) |
Constructor for EC DHU parameters which assumes later calculation of our ephemeral public key.
|
FipsEC.DHUAgreementParameters |
FipsEC.DHUAgreementParametersBuilder.using(AsymmetricECPublicKey ephemeralPublicKey,
AsymmetricECPrivateKey ephemeralPrivateKey,
AsymmetricECPublicKey otherPartyEphemeralKey) |
Constructor for EC DHU parameters which results in an agreement returning the raw value.
|
FipsEC.DHUAgreementParameters |
FipsEC.DHUAgreementParametersBuilder.using(AsymmetricKeyPair ephemeralKeyPair,
AsymmetricECPublicKey otherPartyEphemeralKey) |
Constructor for EC DHU parameters from an ephemeral public/private key pair.
|
FipsEC.DHUAgreementParameters |
FipsEC.DHUAgreementParameters.withDigest(FipsAlgorithm digestAlgorithm) |
Add a digest algorithm to process the Z value with.
|
FipsEC.DHUAgreementParameters |
FipsEC.DHUAgreementParameters.withKDF(FipsKDF.AgreementKDFParametersBuilder kdfType,
byte[] iv,
int outputSize) |
Add a KDF to process the Z value with.
|
FipsEC.DHUAgreementParameters |
FipsEC.DHUAgreementParameters.withPRF(FipsKDF.PRF prfAlgorithm,
byte[] salt) |
Add a PRF algorithm and salt to process the Z value with (as in SP 800-56C)
|