Uses of Interface org.ietf.jgss.GSSCredential

Uses in package org.ietf.jgss

Methods with parameter type org.ietf.jgss.GSSCredential

GSSContext
Factory method for creating a context on the acceptor' side.
GSSContext
GSSManager.createContext(GSSName peer, Oid mech, GSSCredential myCred, int lifetime)
Factory method for creating a context on the initiator's side.

Methods with return type org.ietf.jgss.GSSCredential

GSSCredential
Factory method for acquiring default credentials.
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.
GSSCredential
Returns the delegated credential object on the acceptor's side.