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.AuthParameters
TripleDES.CBC_MAC
Triple-DES CBC-MAC.static final TripleDES.AuthParameters
TripleDES.CBC_MACwithISO7816_4
Triple-DES CBC-MAC with ISO7816-4 Padding.static final TripleDES.AuthParameters
TripleDES.CFB8_MAC
Triple-DES CFB8-MAC.static final TripleDES.AuthParameters
TripleDES.EAX
Triple-DES in EAX mode..Methods in org.bouncycastle.crypto.general that return TripleDES.AuthParametersModifier and TypeMethodDescriptionprotected TripleDES.AuthParameters
TripleDES.AuthParameters.create
(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type TripleDES.AuthParametersModifier and TypeMethodDescriptionprotected int
TripleDES.MACOperatorFactory.calculateMACSize
(TripleDES.AuthParameters parameters) protected AEADBlockCipher
TripleDES.AEADOperatorFactory.createAEADCipher
(boolean forEncryption, SymmetricKey key, TripleDES.AuthParameters parameters) protected Mac
TripleDES.MACOperatorFactory.createMAC
(SymmetricKey key, TripleDES.AuthParameters parameters)