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 TypeMethodDescriptionFipsKDF.TwoStepKDFKey.getPRF()FipsKDF.TwoStepKDFKeyBuilder.getPRF()FipsAgreementParameters.getPrfAlgorithm()Return the PRF associated with these parameters.static FipsKDF.PRFReturns 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.TwoStepKDFKeyBuilder.withPRF(FipsKDF.PRF prf) FipsKDF.CounterModeParametersBuilder.withPRFAndR(FipsKDF.PRF prf, int r) Return a new parameters builder based around the passed in PRF and counter size.Constructors in org.bouncycastle.crypto.fips with parameters of type FipsKDF.PRF