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.AuthParameters
Camellia. CCM
Camellia in counter with CBC-MAC (CCM).static Camellia.AuthParameters
Camellia. CMAC
Camellia cipher-based MAC algorithm.static Camellia.AuthParameters
Camellia. EAX
Camellia in EAX mode.static Camellia.AuthParameters
Camellia. GCM
Camellia in Galois/Counter Mode (GCM).static Camellia.AuthParameters
Camellia. GMAC
Camellia cipher-based GMAC algorithm.static Camellia.AuthParameters
Camellia. OCB
Camellia in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return Camellia.AuthParameters Modifier and Type Method Description protected Camellia.AuthParameters
Camellia.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 int
Camellia.MACOperatorFactory. calculateMACSize(Camellia.AuthParameters parameters)
protected AEADBlockCipher
Camellia.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, Camellia.AuthParameters parameters)
protected Mac
Camellia.MACOperatorFactory. createMAC(SymmetricKey key, Camellia.AuthParameters parameters)
-