Uses of Class
org.bouncycastle.crypto.general.DES.AuthParameters
Packages that use DES.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of DES.AuthParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as DES.AuthParametersModifier and TypeFieldDescriptionstatic final DES.AuthParameters
DES.CBC_MAC
DES CBC-MAC.static final DES.AuthParameters
DES CBC-MAC with ISO7816-4 Padding.static final DES.AuthParameters
DES.CFB8_MAC
DES CFB8MAC.static final DES.AuthParameters
DES.CMAC
DES cipher-based MAC algorithm.static final DES.AuthParameters
DES.EAX
DES in EAX mode..static final DES.AuthParameters
DES.ISO9797alg3Mac
DES ISO9797 MAC Algorithm 3static final DES.AuthParameters
DES ISO9797 MAC Algorithm 3 with ISO7816-4 PaddingMethods in org.bouncycastle.crypto.general that return DES.AuthParametersModifier and TypeMethodDescriptionprotected DES.AuthParameters
DES.AuthParameters.create
(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type DES.AuthParametersModifier and TypeMethodDescriptionprotected int
DES.MACOperatorFactory.calculateMACSize
(DES.AuthParameters parameters) protected AEADBlockCipher
DES.AEADOperatorFactory.createAEADCipher
(boolean forEncryption, SymmetricKey key, DES.AuthParameters parameters) protected Mac
DES.MACOperatorFactory.createMAC
(SymmetricKey key, DES.AuthParameters parameters)