Uses of Class
org.bouncycastle.crypto.general.Camellia.AuthParameters
-
Packages that use Camellia.AuthParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of Camellia.AuthParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as Camellia.AuthParameters Modifier and Type Field Description static Camellia.AuthParametersCamellia. CCMCamellia in counter with CBC-MAC (CCM).static Camellia.AuthParametersCamellia. CMACCamellia cipher-based MAC algorithm.static Camellia.AuthParametersCamellia. EAXCamellia in EAX mode.static Camellia.AuthParametersCamellia. GCMCamellia in Galois/Counter Mode (GCM).static Camellia.AuthParametersCamellia. GMACCamellia cipher-based GMAC algorithm.static Camellia.AuthParametersCamellia. OCBCamellia in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return Camellia.AuthParameters Modifier and Type Method Description protected Camellia.AuthParametersCamellia.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)Methods in org.bouncycastle.crypto.general with parameters of type Camellia.AuthParameters Modifier and Type Method Description protected intCamellia.MACOperatorFactory. calculateMACSize(Camellia.AuthParameters parameters)protected AEADBlockCipherCamellia.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, Camellia.AuthParameters parameters)protected MacCamellia.MACOperatorFactory. createMAC(SymmetricKey key, Camellia.AuthParameters parameters)
-