Uses of Enum
org.bouncycastle.crypto.fips.FipsKDF.IKEv2PRF
Packages that use FipsKDF.IKEv2PRF
-
Uses of FipsKDF.IKEv2PRF in org.bouncycastle.crypto.fips
Subclasses with type arguments of type FipsKDF.IKEv2PRF in org.bouncycastle.crypto.fipsModifier and TypeClassDescriptionstatic enumAn enumeration of the FIPS approved psuedo-random-function (PRF) for KDFs used with IKEv2.Methods in org.bouncycastle.crypto.fips that return FipsKDF.IKEv2PRFModifier and TypeMethodDescriptionFipsKDF.IKEv2ParametersBuilder.getPRF()static FipsKDF.IKEv2PRFReturns 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