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