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.AuthParametersTripleDES. CBC_MACTriple-DES CBC-MAC.static TripleDES.AuthParametersTripleDES. CBC_MACwithISO7816_4Triple-DES CBC-MAC with ISO7816-4 Padding.static TripleDES.AuthParametersTripleDES. CFB8_MACTriple-DES CFB8-MAC.static TripleDES.AuthParametersTripleDES. EAXTriple-DES in EAX mode..Methods in org.bouncycastle.crypto.general that return TripleDES.AuthParameters Modifier and Type Method Description protected TripleDES.AuthParametersTripleDES.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 intTripleDES.MACOperatorFactory. calculateMACSize(TripleDES.AuthParameters parameters)protected AEADBlockCipherTripleDES.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, TripleDES.AuthParameters parameters)protected MacTripleDES.MACOperatorFactory. createMAC(SymmetricKey key, TripleDES.AuthParameters parameters)
-