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