API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.ietf.jgss. ChannelBinding View Source
Author(s)
Mayank Upadhyay
Since
1.4
Version
1.9, 11/17/05
Serial
Hierarchy
 Object
      ChannelBinding
Implements
Subclasses
Description
public class ChannelBinding
  This class encapsulates the concept of caller-provided channel binding information.
See also:   
Constructors
public ChannelBinding (byte[] appData)
  Creates a ChannelBinding object without any addressing information.
public ChannelBinding (InetAddress initAddr, InetAddress acceptAddr, byte[] appData)
  Create a ChannelBinding object with user supplied address information and data.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares two instances of ChannelBinding.
public InetAddress getAcceptorAddress ()
  Get the acceptor's address for this channel binding.
public byte getApplicationData ()
  Get the application specified data for this channel binding.
public InetAddress getInitiatorAddress ()
  Get the initiator's address for this channel binding.
public int hashCode ()
  Returns a hashcode value for this ChannelBinding object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar