GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type org.ietf.jgss.GSSName | |
void | Adds a mechanism specific credential-element to an existing
credential. |
GSSContext | Factory method for creating a context on the initiator's side.
|
GSSCredential | Factory method for acquiring a single mechanism credential.
|
GSSCredential | Factory method for acquiring credentials over a set of mechanisms.
|
boolean | Compares two GSSName objects to determine whether they refer to the
same entity. |
Methods with return type org.ietf.jgss.GSSName | |
GSSName | Creates a mechanism name (MN) from an arbitrary internal name. |
GSSName | Factory method to convert a contiguous byte array containing a name
from the specified namespace to a GSSName object. |
GSSName | Factory method to convert a contiguous byte array containing a name
from the specified namespace to a GSSName object that is an MN. |
GSSName | Factory method to convert a contiguous string name from the specified
namespace to a GSSName object. |
GSSName | Factory method to convert a contiguous string name from the specified
namespace to an GSSName object that is a mechanism name (MN). |
GSSName | Retrieves the name of the entity that the credential asserts.
|
GSSName | Retrieves a mechanism name of the entity that the credential asserts.
|
GSSName | Returns the name of the context initiator. |
GSSName | Returns the name of the context target (acceptor). |
GNU Classpath (0.95) |