Uses of Class
org.bouncycastle.crypto.general.SEED.AuthParameters
Packages that use SEED.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of SEED.AuthParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type SEED.AuthParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for SEED AEAD encryption/decryption operators.static final classParameters for SEED AEAD and MAC modes.static final classFactory for producing SEED MAC calculators.Fields in org.bouncycastle.crypto.general declared as SEED.AuthParametersModifier and TypeFieldDescriptionstatic final SEED.AuthParametersSEED.CCMSEED in counter with CBC-MAC (CCM).static final SEED.AuthParametersSEED.CMACSEED cipher-based MAC algorithm.static final SEED.AuthParametersSEED.EAXSEED in EAX mode.static final SEED.AuthParametersSEED.GCMSEED in Galois/Counter Mode (GCM).static final SEED.AuthParametersSEED.GMACSEED cipher-based GMAC algorithm.static final SEED.AuthParametersSEED.OCBSEED in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return SEED.AuthParametersModifier and TypeMethodDescriptionprotected SEED.AuthParametersSEED.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type SEED.AuthParametersModifier and TypeMethodDescriptionprotected intSEED.MACOperatorFactory.calculateMACSize(SEED.AuthParameters parameters) protected AEADBlockCipherSEED.AEADOperatorFactory.createAEADCipher(boolean forEncryption, SymmetricKey key, SEED.AuthParameters parameters) protected MacSEED.MACOperatorFactory.createMAC(SymmetricKey key, SEED.AuthParameters parameters)