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.AgreementKDFPRF
FipsKDF.AgreementKDFParametersBuilder. getPRF()
static FipsKDF.AgreementKDFPRF
FipsKDF.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.AgreementKDFParametersBuilder
FipsKDF.AgreementKDFParametersBuilder. withPRF(FipsKDF.AgreementKDFPRF prf)
-