public class TlsSRTPUtils extends Object
Modifier and Type | Field and Description |
---|---|
static Integer |
EXT_use_srtp |
Constructor and Description |
---|
TlsSRTPUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
addUseSRTPExtension(Hashtable extensions,
UseSRTPData useSRTPData) |
static byte[] |
createUseSRTPExtension(UseSRTPData useSRTPData) |
static UseSRTPData |
getUseSRTPExtension(Hashtable extensions) |
static UseSRTPData |
readUseSRTPExtension(byte[] extensionData) |
public static final Integer EXT_use_srtp
public static void addUseSRTPExtension(Hashtable extensions, UseSRTPData useSRTPData) throws IOException
IOException
public static UseSRTPData getUseSRTPExtension(Hashtable extensions) throws IOException
IOException
public static byte[] createUseSRTPExtension(UseSRTPData useSRTPData) throws IOException
IOException
public static UseSRTPData readUseSRTPExtension(byte[] extensionData) throws IOException
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.