Uses of Class
ch.imvs.sdes4j.srtp.SrtpKeyParam
-
Packages that use SrtpKeyParam Package Description ch.imvs.sdes4j.srtp -
-
Uses of SrtpKeyParam in ch.imvs.sdes4j.srtp
Methods in ch.imvs.sdes4j.srtp that return SrtpKeyParam Modifier and Type Method Description SrtpKeyParamSrtpSDesFactory. createKeyParam(java.lang.String keyParam)SrtpKeyParam[]SrtpSDesFactory. createKeyParamArray(int size)protected SrtpKeyParamFecKeySessionParam. createSrtpKeyParam(java.lang.String p)Factory method to create the key parameter objects.SrtpKeyParam[]FecKeySessionParam. getKeyParams()Gets the key parameters of this session parameter.SrtpKeyParam[]SrtpCryptoAttribute. getKeyParams()Constructors in ch.imvs.sdes4j.srtp with parameters of type SrtpKeyParam Constructor Description FecKeySessionParam(SrtpKeyParam[] keyParams)Creates a new instance of this class from known key parameters.SrtpCryptoAttribute(int tag, SrtpCryptoSuite cryptoSuite, SrtpKeyParam[] keyParams, SrtpSessionParam[] sessionParams)Creates a crypto attribute from already instantiated objects.
-