fm.liveswitch.sdp.UriEncryptionKey Class Reference

An SDP encryption key with a method of "uri". More...

Public Member Functions

java.net.URI getUri ()
 Gets the URI referring to the data containing the key. More...
 
 UriEncryptionKey (java.net.URI uri)
 Initializes a new instance of the fm.liveswitch.sdp.UriEncryptionKey class. More...
 
- Public Member Functions inherited from fm.liveswitch.sdp.EncryptionKey
String toString ()
 Converts this instance to a string. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from fm.liveswitch.sdp.EncryptionKey
static fm.liveswitch.sdp.EncryptionKey parse (String s)
 Creates an fm.liveswitch.sdp.EncryptionKey instance from a string. More...
 
- Protected Member Functions inherited from fm.liveswitch.sdp.EncryptionKey
 EncryptionKey ()
 

Detailed Description

An SDP encryption key with a method of "uri".

Constructor & Destructor Documentation

◆ UriEncryptionKey()

fm.liveswitch.sdp.UriEncryptionKey.UriEncryptionKey ( java.net.URI  uri)

Initializes a new instance of the fm.liveswitch.sdp.UriEncryptionKey class.

Parameters
uriThe URI referring to the data containing the key.

Member Function Documentation

◆ getUri()

java.net.URI fm.liveswitch.sdp.UriEncryptionKey.getUri ( )

Gets the URI referring to the data containing the key.