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.AuthParametersDES.CBC_MACDES CBC-MAC.static final DES.AuthParametersDES CBC-MAC with ISO7816-4 Padding.static final DES.AuthParametersDES.CFB8_MACDES CFB8MAC.static final DES.AuthParametersDES.CMACDES cipher-based MAC algorithm.static final DES.AuthParametersDES.EAXDES in EAX mode..static final DES.AuthParametersDES.ISO9797alg3MacDES ISO9797 MAC Algorithm 3static final DES.AuthParametersDES ISO9797 MAC Algorithm 3 with ISO7816-4 PaddingMethods in org.bouncycastle.crypto.general that return DES.AuthParametersModifier and TypeMethodDescriptionprotected DES.AuthParametersDES.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type DES.AuthParametersModifier and TypeMethodDescriptionprotected intDES.MACOperatorFactory.calculateMACSize(DES.AuthParameters parameters) protected AEADBlockCipherDES.AEADOperatorFactory.createAEADCipher(boolean forEncryption, SymmetricKey key, DES.AuthParameters parameters) protected MacDES.MACOperatorFactory.createMAC(SymmetricKey key, DES.AuthParameters parameters)