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
Fields in org.bouncycastle.crypto.general declared as GOST28147.AuthParametersModifier and TypeFieldDescriptionstatic final GOST28147.AuthParameters
GOST28147.CMAC
GOST28147 cipher-based MAC algorithm.static final GOST28147.AuthParameters
GOST28147.EAX
GOST28147 in EAX mode..static final GOST28147.AuthParameters
GOST28147.MAC
Standard GOST28147 MAC algorithmMethods in org.bouncycastle.crypto.general that return GOST28147.AuthParametersModifier and TypeMethodDescriptionprotected GOST28147.AuthParameters
GOST28147.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 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)