Uses of Class
org.bouncycastle.crypto.fips.FipsKDF.AgreementKDFPRF
-
Packages that use FipsKDF.AgreementKDFPRF Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsKDF.AgreementKDFPRF in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsKDF.AgreementKDFPRF Modifier and Type Method Description FipsKDF.AgreementKDFPRFFipsKDF.AgreementKDFParametersBuilder. getPRF()static FipsKDF.AgreementKDFPRFFipsKDF.AgreementKDFPRF. valueOf(java.lang.String name)Returns 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.AgreementKDFPRF Modifier and Type Method Description FipsKDF.AgreementKDFParametersBuilderFipsKDF.AgreementKDFParametersBuilder. withPRF(FipsKDF.AgreementKDFPRF prf)
-