public interface org.ietf.jgss.GSSContext
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.ietf.jgss.GSSContext
  super_class: java.lang.Object
{
  public static final int DEFAULT_LIFETIME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int INDEFINITE_LIFETIME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483647

  public abstract byte[] initSecContext(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
          Name  Flags
      inputBuf  
      offset    
      len       

  public abstract int initSecContext(java.io.InputStream, java.io.OutputStream);
    descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "11")
    MethodParameters:
           Name  Flags
      inStream   
      outStream  

  public abstract byte[] acceptSecContext(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
         Name  Flags
      inToken  
      offset   
      len      

  public abstract void acceptSecContext(java.io.InputStream, java.io.OutputStream);
    descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "11")
    MethodParameters:
           Name  Flags
      inStream   
      outStream  

  public abstract boolean isEstablished();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void dispose();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException

  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       
      maxTokenSize  

  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 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
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "11")
    MethodParameters:
           Name  Flags
      inStream   
      outStream  
      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 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
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "11")
    MethodParameters:
           Name  Flags
      inStream   
      outStream  
      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 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
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "11")
    MethodParameters:
           Name  Flags
      inStream   
      outStream  
      msgProp    

  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
      inToken    
      tokOffset  
      tokLen     
      inMsg      
      msgOffset  
      msgLen     
      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
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "11")
    MethodParameters:
           Name  Flags
      tokStream  
      msgStream  
      msgProp    

  public abstract byte[] export();
    descriptor: ()[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException

  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 requestLifetime(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
          Name  Flags
      lifetime  

  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 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 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 org.ietf.jgss.GSSName getSrcName();
    descriptor: ()Lorg/ietf/jgss/GSSName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException

  public abstract org.ietf.jgss.GSSName getTargName();
    descriptor: ()Lorg/ietf/jgss/GSSName;
    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 org.ietf.jgss.GSSCredential getDelegCred();
    descriptor: ()Lorg/ietf/jgss/GSSCredential;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException

  public abstract boolean isInitiator();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException
}
SourceFile: "GSSContext.java"