Uses of Class
org.bouncycastle.crypto.general.GOST28147.AuthParameters
Packages that use GOST28147.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of GOST28147.AuthParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type GOST28147.AuthParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for GOST28147 AEAD encryption/decryption operators.static final classParameters for GOST28147 AEAD and MAC modes.static final classFactory for producing GOST28147 MAC calculators.Fields in org.bouncycastle.crypto.general declared as GOST28147.AuthParametersModifier and TypeFieldDescriptionstatic final GOST28147.AuthParametersGOST28147.CMACGOST28147 cipher-based MAC algorithm.static final GOST28147.AuthParametersGOST28147.EAXGOST28147 in EAX mode..static final GOST28147.AuthParametersGOST28147.MACStandard GOST28147 MAC algorithmMethods in org.bouncycastle.crypto.general that return GOST28147.AuthParametersModifier and TypeMethodDescriptionprotected GOST28147.AuthParametersGOST28147.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) GOST28147.AuthParameters.withSBox(byte[] sBox) Methods in org.bouncycastle.crypto.general with parameters of type GOST28147.AuthParametersModifier and TypeMethodDescriptionprotected 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)