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