Uses of Class
org.bouncycastle.crypto.general.GOST28147.AuthParameters
-
Packages that use GOST28147.AuthParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of GOST28147.AuthParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as GOST28147.AuthParameters Modifier and Type Field Description static GOST28147.AuthParameters
GOST28147. CMAC
GOST28147 cipher-based MAC algorithm.static GOST28147.AuthParameters
GOST28147. EAX
GOST28147 in EAX mode..static GOST28147.AuthParameters
GOST28147. MAC
Standard GOST28147 MAC algorithmMethods in org.bouncycastle.crypto.general that return GOST28147.AuthParameters Modifier and Type Method Description protected GOST28147.AuthParameters
GOST28147.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)
GOST28147.AuthParameters
GOST28147.AuthParameters. withSBox(byte[] sBox)
Methods in org.bouncycastle.crypto.general with parameters of type GOST28147.AuthParameters Modifier and Type Method Description protected int
GOST28147.MACOperatorFactory. calculateMACSize(GOST28147.AuthParameters parameters)
protected AEADBlockCipher
GOST28147.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, GOST28147.AuthParameters parameters)
protected Mac
GOST28147.MACOperatorFactory. createMAC(SymmetricKey key, GOST28147.AuthParameters parameters)
-