Uses of Enum
org.bouncycastle.crypto.fips.FipsKDF.AgreementKDFPRF
Packages that use FipsKDF.AgreementKDFPRF
-
Uses of FipsKDF.AgreementKDFPRF in org.bouncycastle.crypto.fips
Subclasses with type arguments of type FipsKDF.AgreementKDFPRF in org.bouncycastle.crypto.fipsModifier and TypeClassDescriptionstatic enumAn enumeration of the FIPS approved psuedo-random-function (PRF) for KDFs used with key agreement.Methods in org.bouncycastle.crypto.fips that return FipsKDF.AgreementKDFPRFModifier and TypeMethodDescriptionFipsKDF.AgreementKDFParametersBuilder.getPRF()FipsKDF.HKDFKey.getPRF()static FipsKDF.AgreementKDFPRFReturns the enum constant of this type with the specified name.static FipsKDF.AgreementKDFPRF[]FipsKDF.AgreementKDFPRF.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.AgreementKDFPRFModifier and TypeMethodDescriptionFipsKDF.HKDFKeyBuilder.withPrf(FipsKDF.AgreementKDFPRF prf) FipsKDF.AgreementKDFParametersBuilder.withPRF(FipsKDF.AgreementKDFPRF prf) Constructors in org.bouncycastle.crypto.fips with parameters of type FipsKDF.AgreementKDFPRF