Uses of Enum
org.bouncycastle.crypto.fips.FipsKDF.PRF
Packages that use FipsKDF.PRF
-
Uses of FipsKDF.PRF in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsKDF.PRFModifier and TypeMethodDescriptionFipsAgreementParameters.getPrfAlgorithm()
Return the PRF associated with these parameters.static FipsKDF.PRF
Returns the enum constant of this type with the specified name.static FipsKDF.PRF[]
FipsKDF.PRF.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bouncycastle.crypto.fips with parameters of type FipsKDF.PRFModifier and TypeMethodDescriptionFipsDH.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.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.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.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.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.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.withPRF
(FipsKDF.PRF prf) Return a new parameters builder based around the passed in PRF.FipsKDF.FeedbackModeParametersBuilder.withPRF
(FipsKDF.PRF prf) Return a new parameters builder based around the passed in PRF.FipsKDF.CounterModeParametersBuilder.withPRFAndR
(FipsKDF.PRF prf, int r) Return a new parameters builder based around the passed in PRF and counter size.