Uses of Class
ch.imvs.sdes4j.CryptoAttribute
-
Packages that use CryptoAttribute Package Description ch.imvs.sdes4j ch.imvs.sdes4j.srtp -
-
Uses of CryptoAttribute in ch.imvs.sdes4j
Methods in ch.imvs.sdes4j that return CryptoAttribute Modifier and Type Method Description static CryptoAttribute
CryptoAttribute. create(java.lang.String attribute, SDesFactory f)
Creates an instance of a CryptoAttribute from an SDes string in the format of tag 1*WSP crypto-suite 1*WSP key-params *(1*WSP session-param)static CryptoAttribute
CryptoAttribute. create(java.lang.String tag, java.lang.String cryptoSuite, java.lang.String keyParams, java.lang.String sessionParams, SDesFactory f)
Creates an instance of a CryptoAttribute from a SDes attributes (tag, crypto suite, key params and session params).CryptoAttribute
SDesFactory. createCryptoAttribute()
Creates an empty crypto attribute for the grammar implementing this interface. -
Uses of CryptoAttribute in ch.imvs.sdes4j.srtp
Subclasses of CryptoAttribute in ch.imvs.sdes4j.srtp Modifier and Type Class Description class
SrtpCryptoAttribute
Security descriptions attribute for SRTP media streams.
-