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.AuthParametersGOST28147. CMACGOST28147 cipher-based MAC algorithm.static GOST28147.AuthParametersGOST28147. EAXGOST28147 in EAX mode..static GOST28147.AuthParametersGOST28147. MACStandard GOST28147 MAC algorithmMethods in org.bouncycastle.crypto.general that return GOST28147.AuthParameters Modifier and Type Method Description protected GOST28147.AuthParametersGOST28147.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)GOST28147.AuthParametersGOST28147.AuthParameters. withSBox(byte[] sBox)Methods in org.bouncycastle.crypto.general with parameters of type GOST28147.AuthParameters Modifier and Type Method Description protected intGOST28147.MACOperatorFactory. calculateMACSize(GOST28147.AuthParameters parameters)protected AEADBlockCipherGOST28147.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, GOST28147.AuthParameters parameters)protected MacGOST28147.MACOperatorFactory. createMAC(SymmetricKey key, GOST28147.AuthParameters parameters)
-