Uses of Interface
ch.imvs.sdes4j.CryptoSuite
-
Packages that use CryptoSuite Package Description ch.imvs.sdes4j ch.imvs.sdes4j.srtp -
-
Uses of CryptoSuite in ch.imvs.sdes4j
Fields in ch.imvs.sdes4j declared as CryptoSuite Modifier and Type Field Description protected CryptoSuite
CryptoAttribute. cryptoSuite
Methods in ch.imvs.sdes4j that return CryptoSuite Modifier and Type Method Description CryptoSuite
SDesFactory. createCryptoSuite(java.lang.String suite)
Creates a crypto suite instance for the grammar implementing this interface.CryptoSuite
CryptoAttribute. getCryptoSuite()
Gets the identifier that describes the encryption and authentication algorithms (e.g., AES_CM_128_HMAC_SHA1_80) for the transport in question.Constructors in ch.imvs.sdes4j with parameters of type CryptoSuite Constructor Description CryptoAttribute(int tag, CryptoSuite cryptoSuite, KeyParam[] keyParams, SessionParam[] sessionParams)
Creates a crypto attribute from already instantiated objects. -
Uses of CryptoSuite in ch.imvs.sdes4j.srtp
Classes in ch.imvs.sdes4j.srtp that implement CryptoSuite Modifier and Type Class Description class
SrtpCryptoSuite
Crypto suite details for the SRTP grammar.
-