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
protectionProfilesint[]see SrtpProtectionProfile for valid constants.
mkibyte[]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.