Uses of Class
org.bouncycastle.crypto.general.TripleDES.AuthParameters
Packages that use TripleDES.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of TripleDES.AuthParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as TripleDES.AuthParametersModifier and TypeFieldDescriptionstatic final TripleDES.AuthParametersTripleDES.CBC_MACTriple-DES CBC-MAC.static final TripleDES.AuthParametersTripleDES.CBC_MACwithISO7816_4Triple-DES CBC-MAC with ISO7816-4 Padding.static final TripleDES.AuthParametersTripleDES.CFB8_MACTriple-DES CFB8-MAC.static final TripleDES.AuthParametersTripleDES.EAXTriple-DES in EAX mode..Methods in org.bouncycastle.crypto.general that return TripleDES.AuthParametersModifier and TypeMethodDescriptionprotected TripleDES.AuthParametersTripleDES.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type TripleDES.AuthParametersModifier and TypeMethodDescriptionprotected intTripleDES.MACOperatorFactory.calculateMACSize(TripleDES.AuthParameters parameters) protected AEADBlockCipherTripleDES.AEADOperatorFactory.createAEADCipher(boolean forEncryption, SymmetricKey key, TripleDES.AuthParameters parameters) protected MacTripleDES.MACOperatorFactory.createMAC(SymmetricKey key, TripleDES.AuthParameters parameters)