Package | Description |
---|---|
ch.imvs.sdes4j | |
ch.imvs.sdes4j.srtp |
Modifier and Type | Method and Description |
---|---|
static CryptoAttribute |
CryptoAttribute.create(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(String tag,
String cryptoSuite,
String keyParams,
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SrtpCryptoAttribute
Security descriptions attribute for SRTP media streams.
|
Copyright © 2018 University of Applied Sciences Northwestern Switzerland. All rights reserved.