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