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.AuthParametersTwofish. CCMTwofish in counter with CBC-MAC (CCM).static Twofish.AuthParametersTwofish. CMACTwofish cipher-based MAC algorithm.static Twofish.AuthParametersTwofish. EAXTwofish in EAX mode.static Twofish.AuthParametersTwofish. GCMTwofish in Galois/Counter Mode (GCM).static Twofish.AuthParametersTwofish. GMACTwofish cipher-based GMAC algorithm.static Twofish.AuthParametersTwofish. OCBTwofish in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return Twofish.AuthParameters Modifier and Type Method Description protected Twofish.AuthParametersTwofish.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 intTwofish.MACOperatorFactory. calculateMACSize(Twofish.AuthParameters parameters)protected AEADBlockCipherTwofish.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, Twofish.AuthParameters parameters)protected MacTwofish.MACOperatorFactory. createMAC(SymmetricKey key, Twofish.AuthParameters parameters)
-