Table of Contents

Class UseSrtpData

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll

RFC 5764 4.1.1

public sealed class UseSrtpData
Inheritance
UseSrtpData
Inherited Members

Constructors

UseSrtpData(int[], byte[])

public UseSrtpData(int[] protectionProfiles, byte[] mki)

Parameters

protectionProfiles int[]

see SrtpProtectionProfile for valid constants.

mki byte[]

valid lengths from 0 to 255.

Properties

Mki

public byte[] Mki { get; }

Property Value

byte[]

valid lengths from 0 to 255.

ProtectionProfiles

public int[] ProtectionProfiles { get; }

Property Value

int[]

see SrtpProtectionProfile for valid constants.