| Package | Description |
|---|---|
| com.telestax.javax.sdp |
Preliminary
implementation of the javax.sdp package (JSR 141 see JSR 141 )
|
| com.telestax.javax.sdp.fields |
Classes for SDP Fields.
|
| javax.sdp |
This is a preliminary version of the javax.sdp package based on the
public review version
JSR 141 .
|
| Modifier and Type | Method and Description |
|---|---|
Key |
MediaDescriptionImpl.getKey()
Returns the key data.
|
Key |
SessionDescriptionImpl.getKey()
Returns the key data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaDescriptionImpl.setKey(Key key)
Sets encryption key information.
|
void |
SessionDescriptionImpl.setKey(Key key)
Sets encryption key information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyField
Key field part of an SDP header.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
SdpFactory.createKey(String method,
String key)
Returns Key object with the specified value.
|
Key |
SessionDescription.getKey()
Returns the key data.
|
Key |
MediaDescription.getKey()
Returns the key data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionDescription.setKey(Key key)
Sets encryption key information.
|
void |
MediaDescription.setKey(Key key)
Sets encryption key information.
|
Copyright © 2014. All Rights Reserved.