Uses of Interface
ch.imvs.sdes4j.SDesFactory
-
Packages that use SDesFactory Package Description ch.imvs.sdes4j ch.imvs.sdes4j.srtp -
-
Uses of SDesFactory in ch.imvs.sdes4j
Methods in ch.imvs.sdes4j with parameters of type SDesFactory 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). -
Uses of SDesFactory in ch.imvs.sdes4j.srtp
Classes in ch.imvs.sdes4j.srtp that implement SDesFactory Modifier and Type Class Description class
SrtpSDesFactory
Factory for the SRTP grammar of RFC4568.
-