| java.lang.Object org.jacorb.security.sas.GSSUPContextSpi
GSSUPContextSpi | final public class GSSUPContextSpi implements GSSContextSpi(Code) | | This is the GSS-API Sercurity Provider Interface (SPI) for the GSSUP Context
author: David Robison version: $Id: GSSUPContextSpi.java,v 1.10 2004/05/06 12:40:01 nicolas Exp $ |
Constructor Summary | |
public | GSSUPContextSpi(Provider provider, Oid mechOid, GSSNameSpi nameSpi, GSSCredentialSpi credSpi, int lifetime) |
Method Summary | |
public byte[] | acceptSecContext(InputStream inStream, int inLen) | public void | dispose() | public byte[] | export() | public boolean | getAnonymityState() | public boolean | getConfState() | public boolean | getCredDelegState() | public GSSCredentialSpi | getDelegCred() | public boolean | getIntegState() | public int | getLifetime() | public void | getMIC(InputStream inStream, OutputStream outStream, MessageProp mp) | public byte[] | getMIC(byte[] b1, int i1, int i2, MessageProp mp) | public Oid | getMech() | public boolean | getMutualAuthState() | public Provider | getProvider() | public boolean | getReplayDetState() | public boolean | getSequenceDetState() | public GSSNameSpi | getSrcName() | public GSSNameSpi | getTargName() | public int | getWrapSizeLimit(int i1, boolean b1, int i2) | public byte[] | initSecContext(InputStream inStream, int inLen) | public boolean | isEstablished() | public boolean | isProtReady() | public boolean | isTransferable() | public void | requestAnonymity(boolean tf) | public void | requestConf(boolean tf) | public void | requestCredDeleg(boolean tf) | public void | requestInteg(boolean tf) | public void | requestLifetime(int lifetime) | public void | requestMutualAuth(boolean tf) | public void | requestReplayDet(boolean tf) | public void | requestSequenceDet(boolean tf) | public void | setChannelBinding(ChannelBinding cb) | public void | unwrap(InputStream inStream, OutputStream outStream, MessageProp mp) | public byte[] | unwrap(byte[] b, int i1, int i2, MessageProp mp) | public int | unwrap(byte[] b1, int i1, int i2, byte[] b2, int i3, MessageProp mp) | public int | unwrap(InputStream inStream, byte[] b, int i1, MessageProp mp) | public void | verifyMIC(InputStream inStream1, InputStream inStream2, MessageProp mp) | public void | verifyMIC(byte[] b1, int i1, int i2, byte[] b2, int i3, int i4, MessageProp mp) | public void | wrap(InputStream inStream, OutputStream outStream, MessageProp mp) | public byte[] | wrap(byte[] b, int i1, int i2, MessageProp mp) | public int | wrap(byte[] b1, int i1, int i2, byte[] b2, int i3, MessageProp mp) | public void | wrap(byte[] b, int i1, int i2, OutputStream outStream, MessageProp mp) |
GSSUPContextSpi | public GSSUPContextSpi(Provider provider, Oid mechOid, GSSNameSpi nameSpi, GSSCredentialSpi credSpi, int lifetime)(Code) | | |
acceptSecContext | public byte[] acceptSecContext(InputStream inStream, int inLen) throws GSSException(Code) | | |
dispose | public void dispose() throws GSSException(Code) | | |
export | public byte[] export() throws GSSException(Code) | | |
getAnonymityState | public boolean getAnonymityState()(Code) | | |
getConfState | public boolean getConfState()(Code) | | |
getCredDelegState | public boolean getCredDelegState()(Code) | | |
getDelegCred | public GSSCredentialSpi getDelegCred() throws GSSException(Code) | | |
getIntegState | public boolean getIntegState()(Code) | | |
getLifetime | public int getLifetime()(Code) | | |
getMIC | public byte[] getMIC(byte[] b1, int i1, int i2, MessageProp mp) throws GSSException(Code) | | |
getMech | public Oid getMech() throws GSSException(Code) | | |
getMutualAuthState | public boolean getMutualAuthState()(Code) | | |
getReplayDetState | public boolean getReplayDetState()(Code) | | |
getSequenceDetState | public boolean getSequenceDetState()(Code) | | |
getSrcName | public GSSNameSpi getSrcName() throws GSSException(Code) | | |
getTargName | public GSSNameSpi getTargName() throws GSSException(Code) | | |
getWrapSizeLimit | public int getWrapSizeLimit(int i1, boolean b1, int i2) throws GSSException(Code) | | |
initSecContext | public byte[] initSecContext(InputStream inStream, int inLen) throws GSSException(Code) | | |
isEstablished | public boolean isEstablished()(Code) | | |
isProtReady | public boolean isProtReady()(Code) | | |
isTransferable | public boolean isTransferable() throws GSSException(Code) | | |
requestAnonymity | public void requestAnonymity(boolean tf) throws GSSException(Code) | | |
requestConf | public void requestConf(boolean tf) throws GSSException(Code) | | |
requestCredDeleg | public void requestCredDeleg(boolean tf) throws GSSException(Code) | | |
requestInteg | public void requestInteg(boolean tf) throws GSSException(Code) | | |
requestLifetime | public void requestLifetime(int lifetime) throws GSSException(Code) | | |
requestMutualAuth | public void requestMutualAuth(boolean tf) throws GSSException(Code) | | |
requestReplayDet | public void requestReplayDet(boolean tf) throws GSSException(Code) | | |
requestSequenceDet | public void requestSequenceDet(boolean tf) throws GSSException(Code) | | |
setChannelBinding | public void setChannelBinding(ChannelBinding cb) throws GSSException(Code) | | |
unwrap | public byte[] unwrap(byte[] b, int i1, int i2, MessageProp mp) throws GSSException(Code) | | |
unwrap | public int unwrap(byte[] b1, int i1, int i2, byte[] b2, int i3, MessageProp mp) throws GSSException(Code) | | |
unwrap | public int unwrap(InputStream inStream, byte[] b, int i1, MessageProp mp) throws GSSException(Code) | | |
verifyMIC | public void verifyMIC(byte[] b1, int i1, int i2, byte[] b2, int i3, int i4, MessageProp mp) throws GSSException(Code) | | |
wrap | public byte[] wrap(byte[] b, int i1, int i2, MessageProp mp) throws GSSException(Code) | | |
wrap | public int wrap(byte[] b1, int i1, int i2, byte[] b2, int i3, MessageProp mp) throws GSSException(Code) | | |
wrap | public void wrap(byte[] b, int i1, int i2, OutputStream outStream, MessageProp mp) throws GSSException(Code) | | |
|
|