Uses of Class
org.bouncycastle.crypto.general.TripleDES.AuthParameters
-
Packages that use TripleDES.AuthParameters Package Description org.bouncycastle.crypto.general 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.AuthParameters Modifier and Type Field Description static TripleDES.AuthParameters
TripleDES. CBC_MAC
Triple-DES CBC-MAC.static TripleDES.AuthParameters
TripleDES. CBC_MACwithISO7816_4
Triple-DES CBC-MAC with ISO7816-4 Padding.static TripleDES.AuthParameters
TripleDES. CFB8_MAC
Triple-DES CFB8-MAC.static TripleDES.AuthParameters
TripleDES. EAX
Triple-DES in EAX mode..Methods in org.bouncycastle.crypto.general that return TripleDES.AuthParameters Modifier and Type Method Description protected TripleDES.AuthParameters
TripleDES.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)
Methods in org.bouncycastle.crypto.general with parameters of type TripleDES.AuthParameters Modifier and Type Method Description protected 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)
-