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
Fields in org.bouncycastle.crypto.general declared as AES.AuthParametersModifier and TypeFieldDescriptionstatic final AES.AuthParameters
AES.EAX
AES in EAX mode.static final AES.AuthParameters
AES.OCB
AES in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return AES.AuthParametersModifier and TypeMethodDescriptionprotected AES.AuthParameters
AES.AuthParameters.create
(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type AES.AuthParametersModifier and TypeMethodDescriptionprotected AEADBlockCipher
AES.AEADOperatorFactory.createAEADCipher
(boolean forEncryption, SymmetricKey key, AES.AuthParameters parameters)