Uses of Class
org.bouncycastle.crypto.fips.FipsKDF.TLSParameters
-
Packages that use FipsKDF.TLSParameters Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsKDF.TLSParameters in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsKDF.TLSParameters Modifier and Type Method Description FipsKDF.TLSParameters
FipsKDF.TLSParametersBuilder. using(byte[] secret, java.lang.String label, byte[]... seedMaterial)
Create parameters for a version TLS 1.0/1.1 KDFFipsKDF.TLSParameters
FipsKDF.TLSParametersWithPRFBuilder. using(byte[] secret, java.lang.String label, byte[]... seedMaterial)
Create parameters for a version TLS 1.2 KDF.Methods in org.bouncycastle.crypto.fips that return types with arguments of type FipsKDF.TLSParameters Modifier and Type Method Description KDFCalculator<FipsKDF.TLSParameters>
FipsKDF.TLSOperatorFactory. createKDFCalculator(FipsKDF.TLSParameters params)
Methods in org.bouncycastle.crypto.fips with parameters of type FipsKDF.TLSParameters Modifier and Type Method Description KDFCalculator<FipsKDF.TLSParameters>
FipsKDF.TLSOperatorFactory. createKDFCalculator(FipsKDF.TLSParameters params)
-