Uses of Class
org.bouncycastle.crypto.fips.FipsKDF.IKEv2PRF
-
Packages that use FipsKDF.IKEv2PRF Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsKDF.IKEv2PRF in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsKDF.IKEv2PRF Modifier and Type Method Description FipsKDF.IKEv2PRF
FipsKDF.IKEv2ParametersBuilder. getPRF()
static FipsKDF.IKEv2PRF
FipsKDF.IKEv2PRF. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FipsKDF.IKEv2PRF[]
FipsKDF.IKEv2PRF. 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.IKEv2PRF Modifier and Type Method Description FipsKDF.IKEv2ParametersBuilder
FipsKDF.IKEv2ParametersBuilder. withPRF(FipsKDF.IKEv2PRF prf)
-