Uses of Class
org.bouncycastle.crypto.general.DES.AuthParameters
-
Packages that use DES.AuthParameters Package Description org.bouncycastle.crypto.general 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.AuthParameters Modifier and Type Field Description static DES.AuthParametersDES. CBC_MACDES CBC-MAC.static DES.AuthParametersDES. CBC_MACwithISO7816_4DES CBC-MAC with ISO7816-4 Padding.static DES.AuthParametersDES. CFB8_MACDES CFB8MAC.static DES.AuthParametersDES. CMACDES cipher-based MAC algorithm.static DES.AuthParametersDES. EAXDES in EAX mode..static DES.AuthParametersDES. ISO9797alg3MacDES ISO9797 MAC Algorithm 3static DES.AuthParametersDES. ISO9797alg3MACwithISO7816_4DES ISO9797 MAC Algorithm 3 with ISO7816-4 PaddingMethods in org.bouncycastle.crypto.general that return DES.AuthParameters Modifier and Type Method Description protected DES.AuthParametersDES.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)Methods in org.bouncycastle.crypto.general with parameters of type DES.AuthParameters Modifier and Type Method Description protected 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)
-