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 SrtpCryptoAttribute
SrtpCryptoAttribute. create(java.lang.String encoded)
Creates an SRTP crypto attribute from its textual representation.static SrtpCryptoAttribute
SrtpCryptoAttribute. 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).SrtpCryptoAttribute
SrtpSDesFactory. createCryptoAttribute()
SrtpCryptoAttribute
SrtpSDesFactory. createCryptoAttribute(int tag, java.lang.String keyAlg)
Creates an SRTP crypto attribute with the specified parameters, for use in an SDP.SrtpCryptoAttribute
SrtpSDesFactory. createCryptoAttribute(int tag, java.lang.String keyAlg, SrtpSessionParam[] params)
Creates an SRTP crypto attribute with the specified parameters, for use in an SDP.
-