FipsDH.AgreementParameters |
FipsDH.AgreementParameters.withPRF(FipsKDF.PRF prfAlgorithm,
byte[] salt) |
Add a PRF algorithm and salt to process the Z value with (as in SP 800-56C)
|
FipsDH.DHUAgreementParameters |
FipsDH.DHUAgreementParameters.withPRF(FipsKDF.PRF prfAlgorithm,
byte[] salt) |
Add a PRF algorithm and salt to process the Z value with (as in SP 800-56C)
|
FipsDH.MQVAgreementParameters |
FipsDH.MQVAgreementParameters.withPRF(FipsKDF.PRF prfAlgorithm,
byte[] salt) |
Add a PRF algorithm and salt to process the Z value with (as in SP 800-56C)
|
FipsEC.AgreementParameters |
FipsEC.AgreementParameters.withPRF(FipsKDF.PRF prfAlgorithm,
byte[] salt) |
Add a PRF algorithm and salt to process the Z value with (as in SP 800-56C)
|
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)
|
FipsEC.MQVAgreementParameters |
FipsEC.MQVAgreementParameters.withPRF(FipsKDF.PRF prfAlgorithm,
byte[] salt) |
Add a PRF algorithm and salt to process the Z value with (as in SP 800-56C)
|
FipsKDF.DoublePipelineModeParametersBuilder |
FipsKDF.DoublePipelineModeParametersBuilder.withPRF(FipsKDF.PRF prf) |
Return a new parameters builder based around the passed in PRF.
|
FipsKDF.FeedbackModeParametersBuilder |
FipsKDF.FeedbackModeParametersBuilder.withPRF(FipsKDF.PRF prf) |
Return a new parameters builder based around the passed in PRF.
|
FipsKDF.CounterModeParametersBuilder |
FipsKDF.CounterModeParametersBuilder.withPRFAndR(FipsKDF.PRF prf,
int r) |
Return a new parameters builder based around the passed in PRF and counter size.
|