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