Table of Contents

Class UseSrtpData

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class UseSrtpData
Inheritance
UseSrtpData
Inherited Members

Constructors

UseSrtpData(int[], byte[])

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

Parameters

protectionProfiles int[]
mki byte[]

Fields

mMki

protected readonly byte[] mMki

Field Value

byte[]

mProtectionProfiles

protected readonly int[] mProtectionProfiles

Field Value

int[]

Properties

Mki

public virtual byte[] Mki { get; }

Property Value

byte[]

ProtectionProfiles

public virtual int[] ProtectionProfiles { get; }

Property Value

int[]