NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sdp.Key

Packages that use Key
gov.nist.javax.sdp Preliminary implementation of the javax.sdp package (JSR 141 see JSR 141
javax.sdp This is a preliminary version of the javax.sdp package based on the public review version JSR 141 .  
 

Uses of Key in gov.nist.javax.sdp
 

Methods in gov.nist.javax.sdp that return Key
 Key SessionDescriptionImpl.getKey()
          Returns the key data.
 Key MediaDescriptionImpl.getKey()
          Returns the key data.
 

Methods in gov.nist.javax.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 javax.sdp
 

Methods in javax.sdp that return Key
 Key SessionDescription.getKey()
          Returns the key data.
 Key SdpFactory.createKey(String method, String key)
          Returns Key object with the specified value.
 Key MediaDescription.getKey()
          Returns the key data.
 

Methods in javax.sdp with parameters of type Key
 void SessionDescription.setKey(Key key)
          Sets encryption key information.
 void MediaDescription.setKey(Key key)
          Sets encryption key information.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.