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.AuthParameters
SHACAL2. CMAC
SHACAL-2 cipher-based MAC algorithm.static SHACAL2.AuthParameters
SHACAL2. EAX
SHACAL-2 in counter (EAX) mode.Methods in org.bouncycastle.crypto.general that return SHACAL2.AuthParameters Modifier and Type Method Description protected SHACAL2.AuthParameters
SHACAL2.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 int
SHACAL2.MACOperatorFactory. calculateMACSize(SHACAL2.AuthParameters parameters)
protected AEADBlockCipher
SHACAL2.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, SHACAL2.AuthParameters parameters)
protected Mac
SHACAL2.MACOperatorFactory. createMAC(SymmetricKey key, SHACAL2.AuthParameters parameters)
-