| java.lang.Object org.jacorb.security.sas.GSSUPCredentialSpi
GSSUPCredentialSpi | final public class GSSUPCredentialSpi implements GSSCredentialSpi(Code) | | This is the GSS-API Sercurity Provider Interface (SPI) for the GSSUP Credential
author: David Robison version: $Id: GSSUPCredentialSpi.java,v 1.6 2004/05/06 12:40:01 nicolas Exp $ |
Constructor Summary | |
public | GSSUPCredentialSpi(Provider myProvider, Oid myMechOid, GSSNameSpi name, int initLifetime, int acceptLifetime, int usage) |
GSSUPCredentialSpi | public GSSUPCredentialSpi(Provider myProvider, Oid myMechOid, GSSNameSpi name, int initLifetime, int acceptLifetime, int usage)(Code) | | |
dispose | public void dispose() throws GSSException(Code) | | |
getAcceptLifetime | public int getAcceptLifetime() throws GSSException(Code) | | |
getInitLifetime | public int getInitLifetime() throws GSSException(Code) | | |
getMechanism | public Oid getMechanism()(Code) | | |
getName | public GSSNameSpi getName() throws GSSException(Code) | | |
isAcceptorCredential | public boolean isAcceptorCredential() throws GSSException(Code) | | |
isInitiatorCredential | public boolean isInitiatorCredential() throws GSSException(Code) | | |
|
|