Uses of Class
org.bouncycastle.crypto.general.SHACAL2.AuthParameters
-
Packages that use SHACAL2.AuthParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of SHACAL2.AuthParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as SHACAL2.AuthParameters Modifier and Type Field Description static SHACAL2.AuthParametersSHACAL2. CMACSHACAL-2 cipher-based MAC algorithm.static SHACAL2.AuthParametersSHACAL2. EAXSHACAL-2 in counter (EAX) mode.Methods in org.bouncycastle.crypto.general that return SHACAL2.AuthParameters Modifier and Type Method Description protected SHACAL2.AuthParametersSHACAL2.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)Methods in org.bouncycastle.crypto.general with parameters of type SHACAL2.AuthParameters Modifier and Type Method Description protected intSHACAL2.MACOperatorFactory. calculateMACSize(SHACAL2.AuthParameters parameters)protected AEADBlockCipherSHACAL2.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, SHACAL2.AuthParameters parameters)protected MacSHACAL2.MACOperatorFactory. createMAC(SymmetricKey key, SHACAL2.AuthParameters parameters)
-