public interface sun.security.jgss.spi.GSSContextSpi
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: sun.security.jgss.spi.GSSContextSpi
super_class: java.lang.Object
{
public abstract java.security.Provider getProvider();
descriptor: ()Ljava/security/Provider;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void requestLifetime(int);
descriptor: (I)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
lifetime
public abstract void requestMutualAuth(boolean);
descriptor: (Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
state
public abstract void requestReplayDet(boolean);
descriptor: (Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
state
public abstract void requestSequenceDet(boolean);
descriptor: (Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
state
public abstract void requestCredDeleg(boolean);
descriptor: (Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
state
public abstract void requestAnonymity(boolean);
descriptor: (Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
state
public abstract void requestConf(boolean);
descriptor: (Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
state
public abstract void requestInteg(boolean);
descriptor: (Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
state
public abstract void requestDelegPolicy(boolean);
descriptor: (Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
state
public abstract void setChannelBinding(org.ietf.jgss.ChannelBinding);
descriptor: (Lorg/ietf/jgss/ChannelBinding;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
cb
public abstract boolean getCredDelegState();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean getMutualAuthState();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean getReplayDetState();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean getSequenceDetState();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean getAnonymityState();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean getDelegPolicyState();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isTransferable();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract boolean isProtReady();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isInitiator();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean getConfState();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean getIntegState();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int getLifetime();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isEstablished();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract sun.security.jgss.spi.GSSNameSpi getSrcName();
descriptor: ()Lsun/security/jgss/spi/GSSNameSpi;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract sun.security.jgss.spi.GSSNameSpi getTargName();
descriptor: ()Lsun/security/jgss/spi/GSSNameSpi;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract org.ietf.jgss.Oid getMech();
descriptor: ()Lorg/ietf/jgss/Oid;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract sun.security.jgss.spi.GSSCredentialSpi getDelegCred();
descriptor: ()Lsun/security/jgss/spi/GSSCredentialSpi;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract byte[] initSecContext(java.io.InputStream, int);
descriptor: (Ljava/io/InputStream;I)[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
is
mechTokenSize
public abstract byte[] acceptSecContext(java.io.InputStream, int);
descriptor: (Ljava/io/InputStream;I)[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
is
mechTokenSize
public abstract int getWrapSizeLimit(int, boolean, int);
descriptor: (IZI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
qop
confReq
maxTokSize
public abstract void wrap(java.io.InputStream, java.io.OutputStream, org.ietf.jgss.MessageProp);
descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
is
os
msgProp
public abstract byte[] wrap(byte[], int, int, org.ietf.jgss.MessageProp);
descriptor: ([BIILorg/ietf/jgss/MessageProp;)[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
inBuf
offset
len
msgProp
public abstract void unwrap(java.io.InputStream, java.io.OutputStream, org.ietf.jgss.MessageProp);
descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
is
os
msgProp
public abstract byte[] unwrap(byte[], int, int, org.ietf.jgss.MessageProp);
descriptor: ([BIILorg/ietf/jgss/MessageProp;)[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
inBuf
offset
len
msgProp
public abstract void getMIC(java.io.InputStream, java.io.OutputStream, org.ietf.jgss.MessageProp);
descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
is
os
msgProp
public abstract byte[] getMIC(byte[], int, int, org.ietf.jgss.MessageProp);
descriptor: ([BIILorg/ietf/jgss/MessageProp;)[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
inMsg
offset
len
msgProp
public abstract void verifyMIC(java.io.InputStream, java.io.InputStream, org.ietf.jgss.MessageProp);
descriptor: (Ljava/io/InputStream;Ljava/io/InputStream;Lorg/ietf/jgss/MessageProp;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
is
msgStr
mProp
public abstract void verifyMIC(byte[], int, int, byte[], int, int, org.ietf.jgss.MessageProp);
descriptor: ([BII[BIILorg/ietf/jgss/MessageProp;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
inTok
tokOffset
tokLen
inMsg
msgOffset
msgLen
msgProp
public abstract byte[] export();
descriptor: ()[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract void dispose();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract java.lang.Object inquireSecContext(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
type
}
SourceFile: "GSSContextSpi.java"