|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
---|---|
net.sourceforge.jsdp | Classes for encoding and decoding SDP messages. |
Uses of Key in net.sourceforge.jsdp |
---|
Fields in net.sourceforge.jsdp declared as Key | |
---|---|
protected Key |
SessionDescription.k
The key field |
protected Key |
MediaDescription.k
The key field |
Methods in net.sourceforge.jsdp that return Key | |
---|---|
static Key |
SDPFactory.createKey(String method,
String key)
Returns a new Key. |
Key |
SessionDescription.getKey()
Returns the key field. |
Key |
MediaDescription.getKey()
Returns the encryption key field. |
static Key |
Key.parse(String field)
Parse an input string and constructs the equivalent key field. |
Methods in net.sourceforge.jsdp with parameters of type Key | |
---|---|
void |
SessionDescription.setKey(Key k)
Sets the encryption key field. |
void |
MediaDescription.setKey(Key k)
Sets the encryption key field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |