ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaha_5.4.0.1/jgssapi/index-all.html

725 lines
48 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri May 17 08:16:12 CDT 2002 -->
<TITLE>
: Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/ietf/jgss/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSCredential.html#ACCEPT_ONLY"><B>ACCEPT_ONLY</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Credential usage flag requesting that it be usable
for context acceptance only.
<DT><A HREF="org/ietf/jgss/GSSContext.html#acceptSecContext(byte[], int, int)"><B>acceptSecContext(byte[], int, int)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Called by the context acceptor upon receiving a token from the
peer.
<DT><A HREF="org/ietf/jgss/GSSContext.html#acceptSecContext(java.io.InputStream, java.io.OutputStream)"><B>acceptSecContext(InputStream, OutputStream)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Called by the context acceptor to process a token from the peer using
streams.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#add(org.ietf.jgss.GSSName, int, int, org.ietf.jgss.Oid, int)"><B>add(GSSName, int, int, Oid, int)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Adds a mechanism specific credential-element to an existing
credential.
<DT><A HREF="org/ietf/jgss/GSSManager.html#addProviderAtEnd(java.security.Provider, org.ietf.jgss.Oid)"><B>addProviderAtEnd(Provider, Oid)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>This method is used to indicate to the GSSManager that the
application would like a particular provider to be used if no other
provider can be found that supports the given mechanism.
<DT><A HREF="org/ietf/jgss/GSSManager.html#addProviderAtFront(java.security.Provider, org.ietf.jgss.Oid)"><B>addProviderAtFront(Provider, Oid)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>This method is used to indicate to the GSSManager that the
application would like a particular provider to be used ahead of all
others when support is desired for the given mechanism.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSException.html#BAD_BINDINGS"><B>BAD_BINDINGS</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Channel bindings mismatch.
<DT><A HREF="org/ietf/jgss/GSSException.html#BAD_MECH"><B>BAD_MECH</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Unsupported mechanism requested.
<DT><A HREF="org/ietf/jgss/GSSException.html#BAD_MIC"><B>BAD_MIC</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Token had invalid integrity check.
<DT><A HREF="org/ietf/jgss/GSSException.html#BAD_NAME"><B>BAD_NAME</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Invalid name provided.
<DT><A HREF="org/ietf/jgss/GSSException.html#BAD_NAMETYPE"><B>BAD_NAMETYPE</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Name of unsupported type provided.
<DT><A HREF="org/ietf/jgss/GSSException.html#BAD_QOP"><B>BAD_QOP</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Unsupported QOP value.
<DT><A HREF="org/ietf/jgss/GSSException.html#BAD_STATUS"><B>BAD_STATUS</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Invalid status code.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSName.html#canonicalize(org.ietf.jgss.Oid)"><B>canonicalize(Oid)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Creates a name that is canonicalized for some
mechanism.
<DT><A HREF="org/ietf/jgss/ChannelBinding.html"><B>ChannelBinding</B></A> - class org.ietf.jgss.<A HREF="org/ietf/jgss/ChannelBinding.html">ChannelBinding</A>.<DD>This class encapsulates the concept of caller-provided channel
binding information.<DT><A HREF="org/ietf/jgss/ChannelBinding.html#ChannelBinding(byte[])"><B>ChannelBinding(byte[])</B></A> -
Constructor for class org.ietf.jgss.<A HREF="org/ietf/jgss/ChannelBinding.html">ChannelBinding</A>
<DD>Creates a ChannelBinding object without any addressing information.
<DT><A HREF="org/ietf/jgss/ChannelBinding.html#ChannelBinding(java.net.InetAddress, java.net.InetAddress, byte[])"><B>ChannelBinding(InetAddress, InetAddress, byte[])</B></A> -
Constructor for class org.ietf.jgss.<A HREF="org/ietf/jgss/ChannelBinding.html">ChannelBinding</A>
<DD>Create a ChannelBinding object with user supplied address information
and data.
<DT><A HREF="org/ietf/jgss/Oid.html#containedIn(org.ietf.jgss.Oid[])"><B>containedIn(Oid[])</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/Oid.html">Oid</A>
<DD>A utility method to test if this Oid value is contained within the
supplied Oid array.
<DT><A HREF="org/ietf/jgss/GSSException.html#CONTEXT_EXPIRED"><B>CONTEXT_EXPIRED</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Security context expired.
<DT><A HREF="org/ietf/jgss/GSSManager.html#createContext(byte[])"><B>createContext(byte[])</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Factory method for creating a previously exported context.
<DT><A HREF="org/ietf/jgss/GSSManager.html#createContext(org.ietf.jgss.GSSCredential)"><B>createContext(GSSCredential)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Factory method for creating a context on the acceptor' side.
<DT><A HREF="org/ietf/jgss/GSSManager.html#createContext(org.ietf.jgss.GSSName, org.ietf.jgss.Oid, org.ietf.jgss.GSSCredential, int)"><B>createContext(GSSName, Oid, GSSCredential, int)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Factory method for creating a context on the initiator's
side.
<DT><A HREF="org/ietf/jgss/GSSManager.html#createCredential(org.ietf.jgss.GSSName, int, org.ietf.jgss.Oid[], int)"><B>createCredential(GSSName, int, Oid[], int)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Factory method for acquiring credentials over a set of
mechanisms.
<DT><A HREF="org/ietf/jgss/GSSManager.html#createCredential(org.ietf.jgss.GSSName, int, org.ietf.jgss.Oid, int)"><B>createCredential(GSSName, int, Oid, int)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Factory method for acquiring a single mechanism credential.
<DT><A HREF="org/ietf/jgss/GSSManager.html#createCredential(int)"><B>createCredential(int)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Factory method for acquiring default credentials.
<DT><A HREF="org/ietf/jgss/GSSManager.html#createName(byte[], org.ietf.jgss.Oid)"><B>createName(byte[], Oid)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Factory method to convert a byte array containing a
name from the specified namespace to a GSSName object.
<DT><A HREF="org/ietf/jgss/GSSManager.html#createName(byte[], org.ietf.jgss.Oid, org.ietf.jgss.Oid)"><B>createName(byte[], Oid, Oid)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Factory method to convert a byte array containing a
name from the specified namespace to a GSSName object and canonicalize
it at the same time for a mechanism.
<DT><A HREF="org/ietf/jgss/GSSManager.html#createName(java.lang.String, org.ietf.jgss.Oid)"><B>createName(String, Oid)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Factory method to convert a string name from the
specified namespace to a GSSName object.
<DT><A HREF="org/ietf/jgss/GSSManager.html#createName(java.lang.String, org.ietf.jgss.Oid, org.ietf.jgss.Oid)"><B>createName(String, Oid, Oid)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Factory method to convert a string name from the
specified namespace to a GSSName object and canonicalize it at the
same time for a mechanism.
<DT><A HREF="org/ietf/jgss/GSSException.html#CREDENTIALS_EXPIRED"><B>CREDENTIALS_EXPIRED</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Expired credentials.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSCredential.html#DEFAULT_LIFETIME"><B>DEFAULT_LIFETIME</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>A lifetime constant representing the default credential lifetime.
<DT><A HREF="org/ietf/jgss/GSSContext.html#DEFAULT_LIFETIME"><B>DEFAULT_LIFETIME</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>A lifetime constant representing the default context lifetime.
<DT><A HREF="org/ietf/jgss/GSSException.html#DEFECTIVE_CREDENTIAL"><B>DEFECTIVE_CREDENTIAL</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Defective credentials.
<DT><A HREF="org/ietf/jgss/GSSException.html#DEFECTIVE_TOKEN"><B>DEFECTIVE_TOKEN</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Defective token.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#dispose()"><B>dispose()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Releases any sensitive information that the GSSCredential object may
be containing.
<DT><A HREF="org/ietf/jgss/GSSContext.html#dispose()"><B>dispose()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Releases any system resources and cryptographic information stored in
the context object and invalidates the context.
<DT><A HREF="org/ietf/jgss/GSSException.html#DUPLICATE_ELEMENT"><B>DUPLICATE_ELEMENT</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Duplicate credential element requested.
<DT><A HREF="org/ietf/jgss/GSSException.html#DUPLICATE_TOKEN"><B>DUPLICATE_TOKEN</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>The token was a duplicate of an earlier token.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSName.html#equals(org.ietf.jgss.GSSName)"><B>equals(GSSName)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Compares two <code>GSSName</code> objects to determine if they refer to the
same entity.
<DT><A HREF="org/ietf/jgss/GSSName.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Compares this <code>GSSName</code> object to another Object that might be a
<code>GSSName</code>.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Tests if this GSSCredential asserts the same entity as the supplied
object.
<DT><A HREF="org/ietf/jgss/ChannelBinding.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/ChannelBinding.html">ChannelBinding</A>
<DD>Compares two instances of ChannelBinding.
<DT><A HREF="org/ietf/jgss/Oid.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/Oid.html">Oid</A>
<DD>Tests if two Oid objects represent the same Object identifier
value.
<DT><A HREF="org/ietf/jgss/GSSName.html#export()"><B>export()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Returns a canonical contiguous byte representation of a mechanism name
(MN), suitable for direct, byte by byte comparison by authorization
functions.
<DT><A HREF="org/ietf/jgss/GSSContext.html#export()"><B>export()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Exports this context so that another process may
import it..
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSException.html#FAILURE"><B>FAILURE</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>General failure, unspecified at GSS-API level.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSException.html#GAP_TOKEN"><B>GAP_TOKEN</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>An expected per-message token was not received.
<DT><A HREF="org/ietf/jgss/ChannelBinding.html#getAcceptorAddress()"><B>getAcceptorAddress()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/ChannelBinding.html">ChannelBinding</A>
<DD>Get the acceptor's address for this channel binding.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getAnonymityState()"><B>getAnonymityState()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines if the context initiator is
anonymously authenticated to the context acceptor.
<DT><A HREF="org/ietf/jgss/ChannelBinding.html#getApplicationData()"><B>getApplicationData()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/ChannelBinding.html">ChannelBinding</A>
<DD>Get the application specified data for this channel binding.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getConfState()"><B>getConfState()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines if data confidentiality is available
over the context.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getCredDelegState()"><B>getCredDelegState()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines if credential delegation is enabled on
this context.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getDelegCred()"><B>getDelegCred()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Obtains the credentials delegated by the context
initiator to the context acceptor.
<DT><A HREF="org/ietf/jgss/Oid.html#getDER()"><B>getDER()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/Oid.html">Oid</A>
<DD>Returns the full ASN.1 DER encoding for this oid object, which
includes the tag and length.
<DT><A HREF="org/ietf/jgss/ChannelBinding.html#getInitiatorAddress()"><B>getInitiatorAddress()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/ChannelBinding.html">ChannelBinding</A>
<DD>Get the initiator's address for this channel binding.
<DT><A HREF="org/ietf/jgss/GSSManager.html#getInstance()"><B>getInstance()</B></A> -
Static method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Returns the default GSSManager implementation.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getIntegState()"><B>getIntegState()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines if data integrity is available
over the context.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getLifetime()"><B>getLifetime()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines what the remaining lifetime for this
context is.
<DT><A HREF="org/ietf/jgss/GSSException.html#getMajor()"><B>getMajor()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Returns the GSS-API level major error code for the problem causing
this exception to be thrown.
<DT><A HREF="org/ietf/jgss/GSSException.html#getMajorString()"><B>getMajorString()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Returns a string explaining the GSS-API level major error code in
this exception.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getMech()"><B>getMech()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines what mechanism is being used for this
context.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#getMechs()"><B>getMechs()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Returns a list of mechanisms supported by this credential.
<DT><A HREF="org/ietf/jgss/GSSManager.html#getMechs()"><B>getMechs()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Returns a list of mechanisms that are available to GSS-API callers
through this GSSManager.
<DT><A HREF="org/ietf/jgss/GSSManager.html#getMechsForName(org.ietf.jgss.Oid)"><B>getMechsForName(Oid)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Returns a list of mechanisms that support the indicated name type.
<DT><A HREF="org/ietf/jgss/GSSException.html#getMessage()"><B>getMessage()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Returns a textual representation of both the major and the minor
status codes.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getMIC(byte[], int, int, org.ietf.jgss.MessageProp)"><B>getMIC(byte[], int, int, MessageProp)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Returns a token containing a cryptographic Message Integrity Code
(MIC) for the supplied message, for transfer to the peer
application.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getMIC(java.io.InputStream, java.io.OutputStream, org.ietf.jgss.MessageProp)"><B>getMIC(InputStream, OutputStream, MessageProp)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Uses streams to produce a token containing a cryptographic MIC for
the supplied message, for transfer to the peer application.
<DT><A HREF="org/ietf/jgss/GSSException.html#getMinor()"><B>getMinor()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Returns the mechanism level error code for the problem causing this
exception to be thrown.
<DT><A HREF="org/ietf/jgss/MessageProp.html#getMinorStatus()"><B>getMinorStatus()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Retrieves the minor status code that the underlying mechanism might
have set for this per-message operation.
<DT><A HREF="org/ietf/jgss/MessageProp.html#getMinorString()"><B>getMinorString()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Retrieves a string explaining the minor status code.
<DT><A HREF="org/ietf/jgss/GSSException.html#getMinorString()"><B>getMinorString()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Returns a string explaining the mechanism specific error code.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getMutualAuthState()"><B>getMutualAuthState()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines if mutual authentication is enabled on
this context.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#getName()"><B>getName()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Retrieves the name of the entity that the credential asserts.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#getName(org.ietf.jgss.Oid)"><B>getName(Oid)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Retrieves a Mechanism Name of the entity that the credential
asserts.
<DT><A HREF="org/ietf/jgss/GSSManager.html#getNamesForMech(org.ietf.jgss.Oid)"><B>getNamesForMech(Oid)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>Returns then name types supported by the indicated mechanism.
<DT><A HREF="org/ietf/jgss/MessageProp.html#getPrivacy()"><B>getPrivacy()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Retrieves the privacy state.
<DT><A HREF="org/ietf/jgss/MessageProp.html#getQOP()"><B>getQOP()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Retrieves the QOP value.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#getRemainingAcceptLifetime(org.ietf.jgss.Oid)"><B>getRemainingAcceptLifetime(Oid)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Returns the lifetime in seconds for the credential to remain capable
of accepting security contexts using the specified mechanism.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#getRemainingInitLifetime(org.ietf.jgss.Oid)"><B>getRemainingInitLifetime(Oid)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Returns the lifetime in seconds for the credential to remain capable
of initiating security contexts using the specified mechanism.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#getRemainingLifetime()"><B>getRemainingLifetime()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Returns the remaining lifetime in seconds for a credential.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getReplayDetState()"><B>getReplayDetState()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines if replay detection is enabled for the
per-message security services from this context.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getSequenceDetState()"><B>getSequenceDetState()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines if sequence checking is enabled for the
per-message security services from this context.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getSrcName()"><B>getSrcName()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Returns the name of the context initiator.
<DT><A HREF="org/ietf/jgss/GSSName.html#getStringNameType()"><B>getStringNameType()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Returns the name type of the printable
representation of this name that can be obtained from the <code>
toString</code> method.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getTargName()"><B>getTargName()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Returns the name of the context acceptor.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#getUsage()"><B>getUsage()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Returns the credential usage mode.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#getUsage(org.ietf.jgss.Oid)"><B>getUsage(Oid)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Returns the credential usage mode for a specific mechanism.
<DT><A HREF="org/ietf/jgss/GSSContext.html#getWrapSizeLimit(int, boolean, int)"><B>getWrapSizeLimit(int, boolean, int)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Used to determine limits on the size of the message
that can be passed to <code>wrap</code>.
<DT><A HREF="org/ietf/jgss/GSSContext.html"><B>GSSContext</B></A> - interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>.<DD>This interface encapsulates the GSS-API security context and provides
the security services that are available over the context.<DT><A HREF="org/ietf/jgss/GSSCredential.html"><B>GSSCredential</B></A> - interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>.<DD>This interface encapsulates the GSS-API credentials for an entity.<DT><A HREF="org/ietf/jgss/GSSException.html"><B>GSSException</B></A> - exception org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>.<DD>This exception is thrown whenever a GSS-API error occurs, including
any mechanism specific error.<DT><A HREF="org/ietf/jgss/GSSException.html#GSSException(int)"><B>GSSException(int)</B></A> -
Constructor for class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Creates a GSSException object with a specified major code.
<DT><A HREF="org/ietf/jgss/GSSException.html#GSSException(int, int, java.lang.String)"><B>GSSException(int, int, String)</B></A> -
Constructor for class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Creates a GSSException object with the specified major code, minor
code, and minor code textual explanation.
<DT><A HREF="org/ietf/jgss/GSSManager.html"><B>GSSManager</B></A> - class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>.<DD>This class serves as a factory for other important
GSS-API classes and also provides information about the mechanisms that
are supported.<DT><A HREF="org/ietf/jgss/GSSManager.html#GSSManager()"><B>GSSManager()</B></A> -
Constructor for class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSManager.html">GSSManager</A>
<DD>&nbsp;
<DT><A HREF="org/ietf/jgss/GSSName.html"><B>GSSName</B></A> - interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>.<DD>This interface encapsulates a single GSS-API principal entity.</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSName.html#hashCode()"><B>hashCode()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Returns a hashcode value for this GSSName.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#hashCode()"><B>hashCode()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Returns a hashcode value for this GSSCredential.
<DT><A HREF="org/ietf/jgss/ChannelBinding.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/ChannelBinding.html">ChannelBinding</A>
<DD>Returns a hashcode value for this ChannelBinding object.
<DT><A HREF="org/ietf/jgss/Oid.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/Oid.html">Oid</A>
<DD>Returns a hashcode value for this Oid.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSCredential.html#INDEFINITE_LIFETIME"><B>INDEFINITE_LIFETIME</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>A lifetime constant representing indefinite credential lifetime.
<DT><A HREF="org/ietf/jgss/GSSContext.html#INDEFINITE_LIFETIME"><B>INDEFINITE_LIFETIME</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>A lifetime constant representing indefinite context lifetime.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#INITIATE_AND_ACCEPT"><B>INITIATE_AND_ACCEPT</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Credential usage flag requesting that it be usable
for both context initiation and acceptance.
<DT><A HREF="org/ietf/jgss/GSSCredential.html#INITIATE_ONLY"><B>INITIATE_ONLY</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSCredential.html">GSSCredential</A>
<DD>Credential usage flag requesting that it be usable
for context initiation only.
<DT><A HREF="org/ietf/jgss/GSSContext.html#initSecContext(byte[], int, int)"><B>initSecContext(byte[], int, int)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Called by the context initiator to start the context creation
phase and process any tokens generated
by the peer's <code>acceptSecContext</code> method.
<DT><A HREF="org/ietf/jgss/GSSContext.html#initSecContext(java.io.InputStream, java.io.OutputStream)"><B>initSecContext(InputStream, OutputStream)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Called by the context initiator to start the context creation
phase and process any tokens generated
by the peer's <code>acceptSecContext</code> method using
streams.
<DT><A HREF="org/ietf/jgss/GSSName.html#isAnonymous()"><B>isAnonymous()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Tests if this name object represents an anonymous entity.
<DT><A HREF="org/ietf/jgss/MessageProp.html#isDuplicateToken()"><B>isDuplicateToken()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Tests if this is a duplicate of an earlier token.
<DT><A HREF="org/ietf/jgss/GSSContext.html#isEstablished()"><B>isEstablished()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Used during context establishment to determine the state of the
context.
<DT><A HREF="org/ietf/jgss/MessageProp.html#isGapToken()"><B>isGapToken()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Tests if an expected token was not received, i.e., one or more
predecessor tokens have not yet been successfully processed.
<DT><A HREF="org/ietf/jgss/GSSContext.html#isInitiator()"><B>isInitiator()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines if this is the context initiator.
<DT><A HREF="org/ietf/jgss/GSSName.html#isMN()"><B>isMN()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Tests if this name object represents a Mechanism Name (MN).
<DT><A HREF="org/ietf/jgss/MessageProp.html#isOldToken()"><B>isOldToken()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Tests if this token's validity period has expired, i.e., the token
is too old to be checked for duplication.
<DT><A HREF="org/ietf/jgss/GSSContext.html#isProtReady()"><B>isProtReady()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines if the context is ready for per message operations to be
used over it.
<DT><A HREF="org/ietf/jgss/GSSContext.html#isTransferable()"><B>isTransferable()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Determines if the context is transferable to other processes
through the use of the <A HREF="org/ietf/jgss/GSSContext.html#export()"><CODE>export</CODE></A> method.
<DT><A HREF="org/ietf/jgss/MessageProp.html#isUnseqToken()"><B>isUnseqToken()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Tests if a later token had already been processed.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/MessageProp.html"><B>MessageProp</B></A> - class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>.<DD>This is a utility class used within the per-message GSSContext
methods to convey per-message properties.<DT><A HREF="org/ietf/jgss/MessageProp.html#MessageProp(boolean)"><B>MessageProp(boolean)</B></A> -
Constructor for class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Constructor which sets the desired privacy state.
<DT><A HREF="org/ietf/jgss/MessageProp.html#MessageProp(int, boolean)"><B>MessageProp(int, boolean)</B></A> -
Constructor for class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Constructor which sets the values for the qop and privacy state.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSException.html#NAME_NOT_MN"><B>NAME_NOT_MN</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Name contains multi-mechanism elements.
<DT><A HREF="org/ietf/jgss/GSSException.html#NO_CONTEXT"><B>NO_CONTEXT</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Invalid security context.
<DT><A HREF="org/ietf/jgss/GSSException.html#NO_CRED"><B>NO_CRED</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Invalid credentials.
<DT><A HREF="org/ietf/jgss/GSSName.html#NT_ANONYMOUS"><B>NT_ANONYMOUS</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Name type for representing an anonymous entity.
<DT><A HREF="org/ietf/jgss/GSSName.html#NT_EXPORT_NAME"><B>NT_EXPORT_NAME</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Name type used to indicate an exported name produced by the export
method.
<DT><A HREF="org/ietf/jgss/GSSName.html#NT_HOSTBASED_SERVICE"><B>NT_HOSTBASED_SERVICE</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Oid indicating a host-based service name form.
<DT><A HREF="org/ietf/jgss/GSSName.html#NT_MACHINE_UID_NAME"><B>NT_MACHINE_UID_NAME</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Name type to indicate a numeric user identifier corresponding to a
user on a local system.
<DT><A HREF="org/ietf/jgss/GSSName.html#NT_STRING_UID_NAME"><B>NT_STRING_UID_NAME</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Name type to indicate a string of digits representing the numeric
user identifier of a user on a local system.
<DT><A HREF="org/ietf/jgss/GSSName.html#NT_USER_NAME"><B>NT_USER_NAME</B></A> -
Static variable in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Name type to indicate a named user on a local system.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/Oid.html"><B>Oid</B></A> - class org.ietf.jgss.<A HREF="org/ietf/jgss/Oid.html">Oid</A>.<DD>This class represents Universal Object Identifiers (Oids) and their
associated operations.<DT><A HREF="org/ietf/jgss/Oid.html#Oid(byte[])"><B>Oid(byte[])</B></A> -
Constructor for class org.ietf.jgss.<A HREF="org/ietf/jgss/Oid.html">Oid</A>
<DD>Creates an Oid object from its ASN.1 DER encoding.
<DT><A HREF="org/ietf/jgss/Oid.html#Oid(java.io.InputStream)"><B>Oid(InputStream)</B></A> -
Constructor for class org.ietf.jgss.<A HREF="org/ietf/jgss/Oid.html">Oid</A>
<DD>Creates an Oid object from its ASN.1 DER encoding.
<DT><A HREF="org/ietf/jgss/Oid.html#Oid(java.lang.String)"><B>Oid(String)</B></A> -
Constructor for class org.ietf.jgss.<A HREF="org/ietf/jgss/Oid.html">Oid</A>
<DD>Constructs an Oid object from a string representation of its
integer components.
<DT><A HREF="org/ietf/jgss/GSSException.html#OLD_TOKEN"><B>OLD_TOKEN</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>The token's validity period has expired.
<DT><A HREF="org/ietf/jgss/package-summary.html"><B>org.ietf.jgss</B></A> - package org.ietf.jgss<DD>This package presents a framework that allows application developers to
make use of security services like authentication, data integrity and
data confidentiality from a variety of underlying security mechanisms
like Kerberos, using a unified API.</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSContext.html#requestAnonymity(boolean)"><B>requestAnonymity(boolean)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Requests that the initiator's identity not be
disclosed to the acceptor.
<DT><A HREF="org/ietf/jgss/GSSContext.html#requestConf(boolean)"><B>requestConf(boolean)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Requests that data confidentiality be enabled
for the <code>wrap</code> method.
<DT><A HREF="org/ietf/jgss/GSSContext.html#requestCredDeleg(boolean)"><B>requestCredDeleg(boolean)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Requests that the initiator's credentials be
delegated to the acceptor during context establishment.
<DT><A HREF="org/ietf/jgss/GSSContext.html#requestInteg(boolean)"><B>requestInteg(boolean)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Requests that data integrity be enabled
for the <code>wrap</code> and <code>getMIC</code>methods.
<DT><A HREF="org/ietf/jgss/GSSContext.html#requestLifetime(int)"><B>requestLifetime(int)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Requests a lifetime in seconds for the
context.
<DT><A HREF="org/ietf/jgss/GSSContext.html#requestMutualAuth(boolean)"><B>requestMutualAuth(boolean)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Requests that mutual authentication be done during
context establishment.
<DT><A HREF="org/ietf/jgss/GSSContext.html#requestReplayDet(boolean)"><B>requestReplayDet(boolean)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Requests that replay detection be enabled for the
per-message security services after context establishemnt.
<DT><A HREF="org/ietf/jgss/GSSContext.html#requestSequenceDet(boolean)"><B>requestSequenceDet(boolean)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Requests that sequence checking be enabled for the
per-message security services after context establishemnt.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSContext.html#setChannelBinding(org.ietf.jgss.ChannelBinding)"><B>setChannelBinding(ChannelBinding)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Sets the channel bindings to be used during context
establishment.
<DT><A HREF="org/ietf/jgss/GSSException.html#setMinor(int, java.lang.String)"><B>setMinor(int, String)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Used by the exception thrower to set the mechanism
level minor error code and its string explanation.
<DT><A HREF="org/ietf/jgss/MessageProp.html#setPrivacy(boolean)"><B>setPrivacy(boolean)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Sets the privacy state.
<DT><A HREF="org/ietf/jgss/MessageProp.html#setQOP(int)"><B>setQOP(int)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>Sets the QOP value.
<DT><A HREF="org/ietf/jgss/MessageProp.html#setSupplementaryStates(boolean, boolean, boolean, boolean, int, java.lang.String)"><B>setSupplementaryStates(boolean, boolean, boolean, boolean, int, String)</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/MessageProp.html">MessageProp</A>
<DD>This method sets the state for the supplementary information flags
and the minor status in MessageProp.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSName.html#toString()"><B>toString()</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSName.html">GSSName</A>
<DD>Returns a textual representation of the <code>GSSName</code> object.
<DT><A HREF="org/ietf/jgss/GSSException.html#toString()"><B>toString()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Returns a textual representation of both the major and the minor
status codes.
<DT><A HREF="org/ietf/jgss/Oid.html#toString()"><B>toString()</B></A> -
Method in class org.ietf.jgss.<A HREF="org/ietf/jgss/Oid.html">Oid</A>
<DD>Returns a string representation of the oid's integer components
in dot separated notation.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSException.html#UNAUTHORIZED"><B>UNAUTHORIZED</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Operation unauthorized.
<DT><A HREF="org/ietf/jgss/GSSException.html#UNAVAILABLE"><B>UNAVAILABLE</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>Operation unavailable.
<DT><A HREF="org/ietf/jgss/GSSException.html#UNSEQ_TOKEN"><B>UNSEQ_TOKEN</B></A> -
Static variable in class org.ietf.jgss.<A HREF="org/ietf/jgss/GSSException.html">GSSException</A>
<DD>A later token has already been processed.
<DT><A HREF="org/ietf/jgss/GSSContext.html#unwrap(byte[], int, int, org.ietf.jgss.MessageProp)"><B>unwrap(byte[], int, int, MessageProp)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Used to process tokens generated by the <code>wrap</code> method on
the other side of the context.
<DT><A HREF="org/ietf/jgss/GSSContext.html#unwrap(java.io.InputStream, java.io.OutputStream, org.ietf.jgss.MessageProp)"><B>unwrap(InputStream, OutputStream, MessageProp)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Uses streams to process tokens generated by the <code>wrap</code>
method on the other side of the context.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSContext.html#verifyMIC(byte[], int, int, byte[], int, int, org.ietf.jgss.MessageProp)"><B>verifyMIC(byte[], int, int, byte[], int, int, MessageProp)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Verifies the cryptographic MIC, contained in the token parameter,
over the supplied message.
<DT><A HREF="org/ietf/jgss/GSSContext.html#verifyMIC(java.io.InputStream, java.io.InputStream, org.ietf.jgss.MessageProp)"><B>verifyMIC(InputStream, InputStream, MessageProp)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Uses streams to verify the cryptographic MIC, contained in the token
parameter, over the supplied message.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="org/ietf/jgss/GSSContext.html#wrap(byte[], int, int, org.ietf.jgss.MessageProp)"><B>wrap(byte[], int, int, MessageProp)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Applies per-message security services over the established security
context.
<DT><A HREF="org/ietf/jgss/GSSContext.html#wrap(java.io.InputStream, java.io.OutputStream, org.ietf.jgss.MessageProp)"><B>wrap(InputStream, OutputStream, MessageProp)</B></A> -
Method in interface org.ietf.jgss.<A HREF="org/ietf/jgss/GSSContext.html">GSSContext</A>
<DD>Applies per-message security services over the established security
context using streams.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/ietf/jgss/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>