Uses of Class
org.bouncycastle.crypto.fips.FipsTripleDES.AuthParameters
Packages that use FipsTripleDES.AuthParameters
-
Uses of FipsTripleDES.AuthParameters in org.bouncycastle.crypto.fips
Fields in org.bouncycastle.crypto.fips declared as FipsTripleDES.AuthParametersModifier and TypeFieldDescriptionstatic final FipsTripleDES.AuthParametersFipsTripleDES.CMACTripleDES CMAC.Methods in org.bouncycastle.crypto.fips that return FipsTripleDES.AuthParametersModifier and TypeMethodDescriptionFipsTripleDES.AuthParameters.withIV(byte[] iv) FipsTripleDES.AuthParameters.withIV(SecureRandom random) FipsTripleDES.AuthParameters.withIV(SecureRandom random, int ivLen) FipsTripleDES.AuthParameters.withMACSize(int macSizeInBits) Methods in org.bouncycastle.crypto.fips with parameters of type FipsTripleDES.AuthParametersModifier and TypeMethodDescriptionprotected intFipsTripleDES.MACOperatorFactory.calculateMACSize(FipsTripleDES.AuthParameters parameters) protected MacFipsTripleDES.MACOperatorFactory.createMAC(SymmetricKey key, FipsTripleDES.AuthParameters parameters)