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.AuthParameters
FipsTripleDES.CMAC
TripleDES 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 int
FipsTripleDES.MACOperatorFactory.calculateMACSize
(FipsTripleDES.AuthParameters parameters) protected Mac
FipsTripleDES.MACOperatorFactory.createMAC
(SymmetricKey key, FipsTripleDES.AuthParameters parameters)