Uses of Interface
org.lastbamboo.common.sdp.api.Key

Packages that use Key
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.api   
org.lastbamboo.common.sdp.fields   
 

Uses of Key in org.lastbamboo.common.sdp
 

Methods in org.lastbamboo.common.sdp that return Key
 Key SessionDescriptionImpl.getKey()
          Returns the key data.
 Key MediaDescriptionImpl.getKey()
          Returns the key data.
 

Methods in org.lastbamboo.common.sdp with parameters of type Key
 void SessionDescriptionImpl.setKey(Key key)
          Sets encryption key information.
 void MediaDescriptionImpl.setKey(Key key)
          Sets encryption key information.
 

Uses of Key in org.lastbamboo.common.sdp.api
 

Methods in org.lastbamboo.common.sdp.api that return Key
 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.
 

Methods in org.lastbamboo.common.sdp.api with parameters of type Key
 void SessionDescription.setKey(Key key)
          Sets encryption key information.
 void MediaDescription.setKey(Key key)
          Sets encryption key information.
 

Uses of Key in org.lastbamboo.common.sdp.fields
 

Classes in org.lastbamboo.common.sdp.fields that implement Key
 class KeyField
          Key field part of an SDP header.
 



Copyright © 2013 LittleShoot. All Rights Reserved.