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.AuthParameters
DES. CBC_MAC
DES CBC-MAC.static DES.AuthParameters
DES. CBC_MACwithISO7816_4
DES CBC-MAC with ISO7816-4 Padding.static DES.AuthParameters
DES. CFB8_MAC
DES CFB8MAC.static DES.AuthParameters
DES. CMAC
DES cipher-based MAC algorithm.static DES.AuthParameters
DES. EAX
DES in EAX mode..static DES.AuthParameters
DES. ISO9797alg3Mac
DES ISO9797 MAC Algorithm 3static DES.AuthParameters
DES. ISO9797alg3MACwithISO7816_4
DES ISO9797 MAC Algorithm 3 with ISO7816-4 PaddingMethods in org.bouncycastle.crypto.general that return DES.AuthParameters Modifier and Type Method Description protected DES.AuthParameters
DES.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 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)
-