Uses of Class
org.bouncycastle.crypto.fips.FipsKDF.AgreementKDFParameters
-
Packages that use FipsKDF.AgreementKDFParameters Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsKDF.AgreementKDFParameters in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsKDF.AgreementKDFParameters Modifier and Type Method Description FipsKDF.AgreementKDFParameters
FipsKDF.AgreementKDFParametersBuilder. using(byte[] shared)
FipsKDF.AgreementKDFParameters
FipsKDF.AgreementKDFParameters. withIV(byte[] iv)
Methods in org.bouncycastle.crypto.fips that return types with arguments of type FipsKDF.AgreementKDFParameters Modifier and Type Method Description KDFCalculator<FipsKDF.AgreementKDFParameters>
FipsKDF.AgreementOperatorFactory. createKDFCalculator(FipsKDF.AgreementKDFParameters params)
Methods in org.bouncycastle.crypto.fips with parameters of type FipsKDF.AgreementKDFParameters Modifier and Type Method Description KDFCalculator<FipsKDF.AgreementKDFParameters>
FipsKDF.AgreementOperatorFactory. createKDFCalculator(FipsKDF.AgreementKDFParameters params)
-