Uses of Enum
org.bouncycastle.crypto.fips.FipsKDF.SSHPRF
Packages that use FipsKDF.SSHPRF
-
Uses of FipsKDF.SSHPRF in org.bouncycastle.crypto.fips
Subclasses with type arguments of type FipsKDF.SSHPRF in org.bouncycastle.crypto.fipsModifier and TypeClassDescriptionstatic enumAn enumeration of the FIPS approved psuedo-random-function (PRF) for KDFs used with SSH key exchange.Methods in org.bouncycastle.crypto.fips that return FipsKDF.SSHPRFModifier and TypeMethodDescriptionFipsKDF.SSHParametersBuilder.getPRF()static FipsKDF.SSHPRFReturns the enum constant of this type with the specified name.static FipsKDF.SSHPRF[]FipsKDF.SSHPRF.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.SSHPRF