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.AuthParametersAES. EAXAES in EAX mode.static AES.AuthParametersAES. OCBAES in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return AES.AuthParameters Modifier and Type Method Description protected AES.AuthParametersAES.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 AEADBlockCipherAES.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, AES.AuthParameters parameters)
-