Class: SDES

elements/complexTypes.SDES()

new SDES()

Security Descriptions for Media Streams
Properties:
Name Type Description
key external:String

Master key and salt (plain text)

This field provides the the cryptographic master key appended with

The expected length of the key (as provided to this parameter) is determined by the crypto-suite for which the key applies (30 characters for AES_CM_128, 46 characters for AES_CM_256). If the length does not match the expected value, the key will be considered invalid.

If no key is provided, a random one will be generated using the `getrandom` system call.

keyBase64 external:String

Master key and salt (base64 encoded)

This field provides the cryptographic master key appended with the

The expected length of the key (after being decoded from base64) is determined by the crypto-suite for which the key applies (30 bytes for AES_CM_128, 46 bytes for AES_CM_256). If the length does

If no key is provided, a random one will be generated using the `getrandom` system call.

crypto module:elements/complexTypes.CryptoSuite Selects the cryptographic suite to be used. For available values, please see
Source: