Uses of Interface org.ietf.jgss.GSSName

Uses in package org.ietf.jgss

Methods with parameter type org.ietf.jgss.GSSName

void
GSSCredential.add(GSSName aName, int initLifetime, int acceptLifetime, Oid mech, int usage)
Adds a mechanism specific credential-element to an existing credential.
GSSContext
GSSManager.createContext(GSSName peer, Oid mech, GSSCredential myCred, int lifetime)
Factory method for creating a context on the initiator's side.
GSSCredential
GSSManager.createCredential(GSSName aName, int lifetime, Oid mech, int usage)
Factory method for acquiring a single mechanism credential.
GSSCredential
GSSManager.createCredential(GSSName aName, int lifetime, Oid[] mechs, int usage)
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
GSSManager.createName(byte[] name, Oid nameType)
Factory method to convert a contiguous byte array containing a name from the specified namespace to a GSSName object.
GSSName
GSSManager.createName(byte[] name, Oid nameType, Oid mech)
Factory method to convert a contiguous byte array containing a name from the specified namespace to a GSSName object that is an MN.
GSSName
GSSManager.createName(String nameStr, Oid nameType)
Factory method to convert a contiguous string name from the specified namespace to a GSSName object.
GSSName
GSSManager.createName(String nameStr, Oid nameType, Oid mech)
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).