Uses of Class
ch.imvs.sdes4j.srtp.SrtpCryptoAttribute
-
Packages that use SrtpCryptoAttribute Package Description ch.imvs.sdes4j.srtp -
-
Uses of SrtpCryptoAttribute in ch.imvs.sdes4j.srtp
Methods in ch.imvs.sdes4j.srtp that return SrtpCryptoAttribute Modifier and Type Method Description static SrtpCryptoAttributeSrtpCryptoAttribute. create(java.lang.String encoded)Creates an SRTP crypto attribute from its textual representation.static SrtpCryptoAttributeSrtpCryptoAttribute. create(java.lang.String tag, java.lang.String cryptoSuite, java.lang.String keyParams, java.lang.String sessionParams)Creates an instance of a SrtpCryptoAttribute from SDES attributes (tag, crypto suite, key params and session params).SrtpCryptoAttributeSrtpSDesFactory. createCryptoAttribute()SrtpCryptoAttributeSrtpSDesFactory. createCryptoAttribute(int tag, java.lang.String keyAlg)Creates an SRTP crypto attribute with the specified parameters, for use in an SDP.SrtpCryptoAttributeSrtpSDesFactory. createCryptoAttribute(int tag, java.lang.String keyAlg, SrtpSessionParam[] params)Creates an SRTP crypto attribute with the specified parameters, for use in an SDP.
-