Uses of Class
org.bouncycastle.crypto.general.CAST5.AuthParameters
-
Packages that use CAST5.AuthParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of CAST5.AuthParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as CAST5.AuthParameters Modifier and Type Field Description static CAST5.AuthParametersCAST5. CMACCAST5 cipher-based MAC algorithm.static CAST5.AuthParametersCAST5. EAXCAST5 in EAX mode..Methods in org.bouncycastle.crypto.general that return CAST5.AuthParameters Modifier and Type Method Description protected CAST5.AuthParametersCAST5.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)Methods in org.bouncycastle.crypto.general with parameters of type CAST5.AuthParameters Modifier and Type Method Description protected intCAST5.MACOperatorFactory. calculateMACSize(CAST5.AuthParameters parameters)protected AEADBlockCipherCAST5.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, CAST5.AuthParameters parameters)protected MacCAST5.MACOperatorFactory. createMAC(SymmetricKey key, CAST5.AuthParameters parameters)
-