Uses of Class
org.bouncycastle.crypto.general.AES.AuthParameters
-
Packages that use AES.AuthParameters Package Description org.bouncycastle.crypto.general 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.AuthParameters Modifier and Type Field Description static AES.AuthParameters
AES. EAX
AES in EAX mode.static AES.AuthParameters
AES. OCB
AES in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return AES.AuthParameters Modifier and Type Method Description protected AES.AuthParameters
AES.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)
Methods in org.bouncycastle.crypto.general with parameters of type AES.AuthParameters Modifier and Type Method Description protected AEADBlockCipher
AES.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, AES.AuthParameters parameters)
-