Package | Description |
---|---|
ch.imvs.sdes4j.srtp |
Modifier and Type | Method and Description |
---|---|
static SrtpCryptoAttribute |
SrtpCryptoAttribute.create(String encoded)
Creates an SRTP crypto attribute from its textual representation.
|
static SrtpCryptoAttribute |
SrtpCryptoAttribute.create(String tag,
String cryptoSuite,
String keyParams,
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,
String keyAlg)
Creates an SRTP crypto attribute with the specified parameters, for use in an SDP.
|
SrtpCryptoAttribute |
SrtpSDesFactory.createCryptoAttribute(int tag,
String keyAlg,
SrtpSessionParam[] params)
Creates an SRTP crypto attribute with the specified parameters, for use in an SDP.
|
Copyright © 2018 University of Applied Sciences Northwestern Switzerland. All rights reserved.