Uses of Class
org.bouncycastle.crypto.general.AES.AuthParameters
Packages that use AES.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of AES.AuthParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type AES.AuthParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for non-FIPS AES AEAD encryption/decryption operators.static final classParameters for AES non-FIPS AEAD and MAC modes..Fields in org.bouncycastle.crypto.general declared as AES.AuthParametersModifier and TypeFieldDescriptionstatic final AES.AuthParametersAES.EAXAES in EAX mode.static final AES.AuthParametersAES.OCBAES in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return AES.AuthParametersModifier and TypeMethodDescriptionprotected AES.AuthParametersAES.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type AES.AuthParametersModifier and TypeMethodDescriptionprotected AEADBlockCipherAES.AEADOperatorFactory.createAEADCipher(boolean forEncryption, SymmetricKey key, AES.AuthParameters parameters)