class sun.security.jgss.wrapper.NativeGSSContext implements sun.security.jgss.spi.GSSContextSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.jgss.wrapper.NativeGSSContext
  super_class: java.lang.Object
{
  private static final int GSS_C_DELEG_FLAG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int GSS_C_MUTUAL_FLAG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int GSS_C_REPLAY_FLAG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int GSS_C_SEQUENCE_FLAG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final int GSS_C_CONF_FLAG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final int GSS_C_INTEG_FLAG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private static final int GSS_C_ANON_FLAG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  private static final int GSS_C_PROT_READY_FLAG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  private static final int GSS_C_TRANS_FLAG;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 256

  private static final int NUM_OF_INQUIRE_VALUES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private long pContext;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private sun.security.jgss.wrapper.GSSNameElement srcName;
    descriptor: Lsun/security/jgss/wrapper/GSSNameElement;
    flags: (0x0002) ACC_PRIVATE

  private sun.security.jgss.wrapper.GSSNameElement targetName;
    descriptor: Lsun/security/jgss/wrapper/GSSNameElement;
    flags: (0x0002) ACC_PRIVATE

  private sun.security.jgss.wrapper.GSSCredElement cred;
    descriptor: Lsun/security/jgss/wrapper/GSSCredElement;
    flags: (0x0002) ACC_PRIVATE

  private boolean isInitiator;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean isEstablished;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.ietf.jgss.Oid actualMech;
    descriptor: Lorg/ietf/jgss/Oid;
    flags: (0x0002) ACC_PRIVATE

  private org.ietf.jgss.ChannelBinding cb;
    descriptor: Lorg/ietf/jgss/ChannelBinding;
    flags: (0x0002) ACC_PRIVATE

  private sun.security.jgss.wrapper.GSSCredElement delegatedCred;
    descriptor: Lsun/security/jgss/wrapper/GSSCredElement;
    flags: (0x0002) ACC_PRIVATE

  private int flags;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int lifetime;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final sun.security.jgss.wrapper.GSSLibStub cStub;
    descriptor: Lsun/security/jgss/wrapper/GSSLibStub;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean skipDelegPermCheck;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean skipServicePermCheck;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 49
            ldc Lsun/security/jgss/wrapper/NativeGSSContext;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.security.jgss.wrapper.NativeGSSContext.$assertionsDisabled:Z
         3: .line 61
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static org.ietf.jgss.Oid getMechFromSpNegoToken(byte[], boolean);
    descriptor: ([BZ)Lorg/ietf/jgss/Oid;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // byte[] token
        start local 1 // boolean isInitiator
         0: .line 85
            aconst_null
            astore 2 /* mech */
        start local 2 // org.ietf.jgss.Oid mech
         1: .line 86
            iload 1 /* isInitiator */
            ifeq 17
         2: .line 87
            aconst_null
            astore 3 /* header */
        start local 3 // sun.security.jgss.GSSHeader header
         3: .line 89
            new sun.security.jgss.GSSHeader
            dup
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* token */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            invokespecial sun.security.jgss.GSSHeader.<init>:(Ljava/io/InputStream;)V
            astore 3 /* header */
         4: .line 90
            goto 7
      StackMap locals: byte[] int org.ietf.jgss.Oid sun.security.jgss.GSSHeader
      StackMap stack: java.io.IOException
         5: astore 4 /* ioe */
        start local 4 // java.io.IOException ioe
         6: .line 91
            new sun.security.jgss.GSSExceptionImpl
            dup
            bipush 11
            aload 4 /* ioe */
            invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
            athrow
        end local 4 // java.io.IOException ioe
         7: .line 93
      StackMap locals:
      StackMap stack:
            aload 3 /* header */
            invokevirtual sun.security.jgss.GSSHeader.getMechTokenLength:()I
            istore 4 /* negTokenLen */
        start local 4 // int negTokenLen
         8: .line 94
            iload 4 /* negTokenLen */
            newarray 8
            astore 5 /* negToken */
        start local 5 // byte[] negToken
         9: .line 95
            aload 0 /* token */
            aload 0 /* token */
            arraylength
            iload 4 /* negTokenLen */
            isub
        10: .line 96
            aload 5 /* negToken */
            iconst_0
            aload 5 /* negToken */
            arraylength
        11: .line 95
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 98
            new sun.security.jgss.spnego.NegTokenInit
            dup
            aload 5 /* negToken */
            invokespecial sun.security.jgss.spnego.NegTokenInit.<init>:([B)V
            astore 6 /* ntok */
        start local 6 // sun.security.jgss.spnego.NegTokenInit ntok
        13: .line 99
            aload 6 /* ntok */
            invokevirtual sun.security.jgss.spnego.NegTokenInit.getMechToken:()[B
            ifnull 19
        14: .line 100
            aload 6 /* ntok */
            invokevirtual sun.security.jgss.spnego.NegTokenInit.getMechTypeList:()[Lorg/ietf/jgss/Oid;
            astore 7 /* mechList */
        start local 7 // org.ietf.jgss.Oid[] mechList
        15: .line 101
            aload 7 /* mechList */
            iconst_0
            aaload
            astore 2 /* mech */
        end local 7 // org.ietf.jgss.Oid[] mechList
        end local 6 // sun.security.jgss.spnego.NegTokenInit ntok
        end local 5 // byte[] negToken
        end local 4 // int negTokenLen
        end local 3 // sun.security.jgss.GSSHeader header
        16: .line 103
            goto 19
        17: .line 104
      StackMap locals:
      StackMap stack:
            new sun.security.jgss.spnego.NegTokenTarg
            dup
            aload 0 /* token */
            invokespecial sun.security.jgss.spnego.NegTokenTarg.<init>:([B)V
            astore 3 /* ntok */
        start local 3 // sun.security.jgss.spnego.NegTokenTarg ntok
        18: .line 105
            aload 3 /* ntok */
            invokevirtual sun.security.jgss.spnego.NegTokenTarg.getSupportedMech:()Lorg/ietf/jgss/Oid;
            astore 2 /* mech */
        end local 3 // sun.security.jgss.spnego.NegTokenTarg ntok
        19: .line 107
      StackMap locals:
      StackMap stack:
            aload 2 /* mech */
            areturn
        end local 2 // org.ietf.jgss.Oid mech
        end local 1 // boolean isInitiator
        end local 0 // byte[] token
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0        token  [B
            0   20     1  isInitiator  Z
            1   20     2         mech  Lorg/ietf/jgss/Oid;
            3   16     3       header  Lsun/security/jgss/GSSHeader;
            6    7     4          ioe  Ljava/io/IOException;
            8   16     4  negTokenLen  I
            9   16     5     negToken  [B
           13   16     6         ntok  Lsun/security/jgss/spnego/NegTokenInit;
           15   16     7     mechList  [Lorg/ietf/jgss/Oid;
           18   19     3         ntok  Lsun/security/jgss/spnego/NegTokenTarg;
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.IOException
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
             Name  Flags
      token        
      isInitiator  

  private void doServicePermCheck();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 112
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnull 19
         1: .line 113
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
            ifeq 2
            ldc "initiate"
            goto 3
      StackMap locals:
      StackMap stack:
         2: ldc "accept"
      StackMap locals:
      StackMap stack: java.lang.String
         3: astore 1 /* action */
        start local 1 // java.lang.String action
         4: .line 116
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
            invokestatic sun.security.jgss.GSSUtil.isSpNegoMech:(Lorg/ietf/jgss/Oid;)Z
            ifeq 16
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
            ifeq 16
         5: .line 117
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
            ifne 16
         6: .line 118
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
            ifnonnull 14
         7: .line 121
            new sun.security.jgss.wrapper.GSSCredElement
            dup
            aconst_null
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
         8: .line 122
            iconst_1
         9: .line 123
            getstatic sun.security.jgss.GSSUtil.GSS_KRB5_MECH_OID:Lorg/ietf/jgss/Oid;
            invokestatic sun.security.jgss.wrapper.GSSLibStub.getInstance:(Lorg/ietf/jgss/Oid;)Lsun/security/jgss/wrapper/GSSLibStub;
        10: .line 121
            invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
        11: .line 120
            astore 2 /* tempCred */
        start local 2 // sun.security.jgss.wrapper.GSSCredElement tempCred
        12: .line 124
            aload 2 /* tempCred */
            invokevirtual sun.security.jgss.wrapper.GSSCredElement.dispose:()V
        end local 2 // sun.security.jgss.wrapper.GSSCredElement tempCred
        13: .line 125
            goto 16
        14: .line 126
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
            invokestatic sun.security.jgss.wrapper.Krb5Util.getTGSName:(Lsun/security/jgss/wrapper/GSSNameElement;)Ljava/lang/String;
            astore 2 /* tgsName */
        start local 2 // java.lang.String tgsName
        15: .line 127
            aload 2 /* tgsName */
            aload 1 /* action */
            invokestatic sun.security.jgss.wrapper.Krb5Util.checkServicePermission:(Ljava/lang/String;Ljava/lang/String;)V
        end local 2 // java.lang.String tgsName
        16: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
            invokevirtual sun.security.jgss.wrapper.GSSNameElement.getKrbName:()Ljava/lang/String;
            astore 2 /* targetStr */
        start local 2 // java.lang.String targetStr
        17: .line 131
            aload 2 /* targetStr */
            aload 1 /* action */
            invokestatic sun.security.jgss.wrapper.Krb5Util.checkServicePermission:(Ljava/lang/String;Ljava/lang/String;)V
        18: .line 132
            aload 0 /* this */
            iconst_1
            putfield sun.security.jgss.wrapper.NativeGSSContext.skipServicePermCheck:Z
        end local 2 // java.lang.String targetStr
        end local 1 // java.lang.String action
        19: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lsun/security/jgss/wrapper/NativeGSSContext;
            4   19     1     action  Ljava/lang/String;
           12   13     2   tempCred  Lsun/security/jgss/wrapper/GSSCredElement;
           15   16     2    tgsName  Ljava/lang/String;
           17   19     2  targetStr  Ljava/lang/String;
    Exceptions:
      throws org.ietf.jgss.GSSException

  private void doDelegPermCheck();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 138
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: .line 139
            aload 1 /* sm */
            ifnull 15
         2: .line 140
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
            invokevirtual sun.security.jgss.wrapper.GSSNameElement.getKrbName:()Ljava/lang/String;
            astore 2 /* targetStr */
        start local 2 // java.lang.String targetStr
         3: .line 141
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
            invokestatic sun.security.jgss.wrapper.Krb5Util.getTGSName:(Lsun/security/jgss/wrapper/GSSNameElement;)Ljava/lang/String;
            astore 3 /* tgsStr */
        start local 3 // java.lang.String tgsStr
         4: .line 142
            new java.lang.StringBuffer
            dup
            ldc "\""
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 4 /* buf */
        start local 4 // java.lang.StringBuffer buf
         5: .line 143
            aload 4 /* buf */
            aload 2 /* targetStr */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            ldc "\" \""
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 144
            aload 4 /* buf */
            aload 3 /* tgsStr */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            bipush 34
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 145
            aload 4 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 5 /* krbPrincPair */
        start local 5 // java.lang.String krbPrincPair
         8: .line 146
            new java.lang.StringBuilder
            dup
            ldc "Checking DelegationPermission ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 147
            aload 5 /* krbPrincPair */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 146
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
        11: .line 149
            new javax.security.auth.kerberos.DelegationPermission
            dup
            aload 5 /* krbPrincPair */
            invokespecial javax.security.auth.kerberos.DelegationPermission.<init>:(Ljava/lang/String;)V
        12: .line 148
            astore 6 /* perm */
        start local 6 // javax.security.auth.kerberos.DelegationPermission perm
        13: .line 150
            aload 1 /* sm */
            aload 6 /* perm */
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
        14: .line 151
            aload 0 /* this */
            iconst_1
            putfield sun.security.jgss.wrapper.NativeGSSContext.skipDelegPermCheck:Z
        end local 6 // javax.security.auth.kerberos.DelegationPermission perm
        end local 5 // java.lang.String krbPrincPair
        end local 4 // java.lang.StringBuffer buf
        end local 3 // java.lang.String tgsStr
        end local 2 // java.lang.String targetStr
        15: .line 153
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            return
        end local 1 // java.lang.SecurityManager sm
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lsun/security/jgss/wrapper/NativeGSSContext;
            1   16     1            sm  Ljava/lang/SecurityManager;
            3   15     2     targetStr  Ljava/lang/String;
            4   15     3        tgsStr  Ljava/lang/String;
            5   15     4           buf  Ljava/lang/StringBuffer;
            8   15     5  krbPrincPair  Ljava/lang/String;
           13   15     6          perm  Ljavax/security/auth/kerberos/DelegationPermission;
    Exceptions:
      throws org.ietf.jgss.GSSException

  private byte[] retrieveToken(java.io.InputStream, int);
    descriptor: (Ljava/io/InputStream;I)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // java.io.InputStream is
        start local 2 // int mechTokenLen
         0: .line 158
            aconst_null
            astore 3 /* result */
        start local 3 // byte[] result
         1: .line 159
            iload 2 /* mechTokenLen */
            iconst_m1
            if_icmpeq 17
         2: .line 161
            new java.lang.StringBuilder
            dup
            ldc "Precomputed mechToken length: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 162
            iload 2 /* mechTokenLen */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 161
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
         5: .line 163
            new sun.security.jgss.GSSHeader
            dup
         6: .line 164
            new sun.security.util.ObjectIdentifier
            dup
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
            invokevirtual org.ietf.jgss.Oid.toString:()Ljava/lang/String;
            invokespecial sun.security.util.ObjectIdentifier.<init>:(Ljava/lang/String;)V
         7: .line 165
            iload 2 /* mechTokenLen */
         8: .line 163
            invokespecial sun.security.jgss.GSSHeader.<init>:(Lsun/security/util/ObjectIdentifier;I)V
            astore 4 /* gssHeader */
        start local 4 // sun.security.jgss.GSSHeader gssHeader
         9: .line 166
            new java.io.ByteArrayOutputStream
            dup
            sipush 600
            invokespecial java.io.ByteArrayOutputStream.<init>:(I)V
            astore 5 /* baos */
        start local 5 // java.io.ByteArrayOutputStream baos
        10: .line 168
            iload 2 /* mechTokenLen */
            newarray 8
            astore 6 /* mechToken */
        start local 6 // byte[] mechToken
        11: .line 169
            aload 1 /* is */
            aload 6 /* mechToken */
            invokevirtual java.io.InputStream.read:([B)I
            istore 7 /* len */
        start local 7 // int len
        12: .line 170
            getstatic sun.security.jgss.wrapper.NativeGSSContext.$assertionsDisabled:Z
            ifne 13
            iload 2 /* mechTokenLen */
            iload 7 /* len */
            if_icmpeq 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 171
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int byte[] sun.security.jgss.GSSHeader java.io.ByteArrayOutputStream byte[] int
      StackMap stack:
            aload 4 /* gssHeader */
            aload 5 /* baos */
            invokevirtual sun.security.jgss.GSSHeader.encode:(Ljava/io/OutputStream;)I
            pop
        14: .line 172
            aload 5 /* baos */
            aload 6 /* mechToken */
            invokevirtual java.io.ByteArrayOutputStream.write:([B)V
        15: .line 173
            aload 5 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            astore 3 /* result */
        end local 7 // int len
        end local 6 // byte[] mechToken
        end local 5 // java.io.ByteArrayOutputStream baos
        end local 4 // sun.security.jgss.GSSHeader gssHeader
        16: .line 174
            goto 20
        17: .line 176
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int byte[]
      StackMap stack:
            getstatic sun.security.jgss.wrapper.NativeGSSContext.$assertionsDisabled:Z
            ifne 18
            iload 2 /* mechTokenLen */
            iconst_m1
            if_icmpeq 18
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        18: .line 177
      StackMap locals:
      StackMap stack:
            new sun.security.util.DerValue
            dup
            aload 1 /* is */
            invokespecial sun.security.util.DerValue.<init>:(Ljava/io/InputStream;)V
            astore 4 /* dv */
        start local 4 // sun.security.util.DerValue dv
        19: .line 178
            aload 4 /* dv */
            invokevirtual sun.security.util.DerValue.toByteArray:()[B
            astore 3 /* result */
        end local 4 // sun.security.util.DerValue dv
        20: .line 180
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Complete Token length: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        21: .line 181
            aload 3 /* result */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        22: .line 180
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
        23: .line 182
            aload 3 /* result */
        24: areturn
        end local 3 // byte[] result
        25: .line 183
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int
      StackMap stack: java.io.IOException
            astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
        26: .line 184
            new sun.security.jgss.GSSExceptionImpl
            dup
            bipush 11
            aload 3 /* ioe */
            invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
            athrow
        end local 3 // java.io.IOException ioe
        end local 2 // int mechTokenLen
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   27     0          this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   27     1            is  Ljava/io/InputStream;
            0   27     2  mechTokenLen  I
            1   25     3        result  [B
            9   16     4     gssHeader  Lsun/security/jgss/GSSHeader;
           10   16     5          baos  Ljava/io/ByteArrayOutputStream;
           11   16     6     mechToken  [B
           12   16     7           len  I
           19   20     4            dv  Lsun/security/util/DerValue;
           26   27     3           ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    24      25  Class java.io.IOException
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
              Name  Flags
      is            
      mechTokenLen  

  void <init>(sun.security.jgss.wrapper.GSSNameElement, sun.security.jgss.wrapper.GSSCredElement, int, sun.security.jgss.wrapper.GSSLibStub);
    descriptor: (Lsun/security/jgss/wrapper/GSSNameElement;Lsun/security/jgss/wrapper/GSSCredElement;ILsun/security/jgss/wrapper/GSSLibStub;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // sun.security.jgss.wrapper.GSSNameElement peer
        start local 2 // sun.security.jgss.wrapper.GSSCredElement myCred
        start local 3 // int time
        start local 4 // sun.security.jgss.wrapper.GSSLibStub stub
         0: .line 189
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            lconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
         2: .line 74
            aload 0 /* this */
            iconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
         3: .line 191
            aload 1 /* peer */
            ifnonnull 5
         4: .line 192
            new org.ietf.jgss.GSSException
            dup
            bipush 11
            iconst_1
            ldc "null peer"
            invokespecial org.ietf.jgss.GSSException.<init>:(IILjava/lang/String;)V
            athrow
         5: .line 194
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext sun.security.jgss.wrapper.GSSNameElement sun.security.jgss.wrapper.GSSCredElement int sun.security.jgss.wrapper.GSSLibStub
      StackMap stack:
            aload 0 /* this */
            aload 4 /* stub */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
         6: .line 195
            aload 0 /* this */
            aload 2 /* myCred */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
         7: .line 196
            aload 0 /* this */
            aload 1 /* peer */
            putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
         8: .line 197
            aload 0 /* this */
            iconst_1
            putfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
         9: .line 198
            aload 0 /* this */
            iload 3 /* time */
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
        10: .line 200
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
            invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
            ifeq 17
        11: .line 201
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
        12: .line 202
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnonnull 16
        13: .line 203
            aload 0 /* this */
            new sun.security.jgss.wrapper.GSSCredElement
            dup
            aconst_null
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
        14: .line 204
            iconst_1
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
        15: .line 203
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
        16: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            invokevirtual sun.security.jgss.wrapper.GSSCredElement.getName:()Lsun/security/jgss/wrapper/GSSNameElement;
            putfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
        17: .line 208
      StackMap locals:
      StackMap stack:
            return
        end local 4 // sun.security.jgss.wrapper.GSSLibStub stub
        end local 3 // int time
        end local 2 // sun.security.jgss.wrapper.GSSCredElement myCred
        end local 1 // sun.security.jgss.wrapper.GSSNameElement peer
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   18     1    peer  Lsun/security/jgss/wrapper/GSSNameElement;
            0   18     2  myCred  Lsun/security/jgss/wrapper/GSSCredElement;
            0   18     3    time  I
            0   18     4    stub  Lsun/security/jgss/wrapper/GSSLibStub;
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
        Name  Flags
      peer    
      myCred  
      time    
      stub    

  void <init>(sun.security.jgss.wrapper.GSSCredElement, sun.security.jgss.wrapper.GSSLibStub);
    descriptor: (Lsun/security/jgss/wrapper/GSSCredElement;Lsun/security/jgss/wrapper/GSSLibStub;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // sun.security.jgss.wrapper.GSSCredElement myCred
        start local 2 // sun.security.jgss.wrapper.GSSLibStub stub
         0: .line 211
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            lconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
         2: .line 74
            aload 0 /* this */
            iconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
         3: .line 213
            aload 0 /* this */
            aload 2 /* stub */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
         4: .line 214
            aload 0 /* this */
            aload 1 /* myCred */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
         5: .line 216
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnull 6
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            invokevirtual sun.security.jgss.wrapper.GSSCredElement.getName:()Lsun/security/jgss/wrapper/GSSNameElement;
            putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
         6: .line 218
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext sun.security.jgss.wrapper.GSSCredElement sun.security.jgss.wrapper.GSSLibStub
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
         7: .line 221
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
            invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
            ifeq 9
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
            ifnull 9
         8: .line 222
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
         9: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 2 // sun.security.jgss.wrapper.GSSLibStub stub
        end local 1 // sun.security.jgss.wrapper.GSSCredElement myCred
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   10     1  myCred  Lsun/security/jgss/wrapper/GSSCredElement;
            0   10     2    stub  Lsun/security/jgss/wrapper/GSSLibStub;
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
        Name  Flags
      myCred  
      stub    

  void <init>(long, sun.security.jgss.wrapper.GSSLibStub);
    descriptor: (JLsun/security/jgss/wrapper/GSSLibStub;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // long pCtxt
        start local 3 // sun.security.jgss.wrapper.GSSLibStub stub
         0: .line 230
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            lconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
         2: .line 74
            aload 0 /* this */
            iconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
         3: .line 231
            getstatic sun.security.jgss.wrapper.NativeGSSContext.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            lconst_0
            lcmp
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 232
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext long sun.security.jgss.wrapper.GSSLibStub
      StackMap stack:
            aload 0 /* this */
            lload 1 /* pCtxt */
            putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
         5: .line 233
            aload 0 /* this */
            aload 3 /* stub */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
         6: .line 236
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.inquireContext:(J)[J
            astore 4 /* info */
        start local 4 // long[] info
         7: .line 237
            aload 4 /* info */
            arraylength
            bipush 6
            if_icmpeq 9
         8: .line 238
            new java.lang.RuntimeException
            dup
            ldc "Bug w/ GSSLibStub.inquireContext()"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 240
      StackMap locals: long[]
      StackMap stack:
            aload 0 /* this */
            new sun.security.jgss.wrapper.GSSNameElement
            dup
            aload 4 /* info */
            iconst_0
            laload
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokespecial sun.security.jgss.wrapper.GSSNameElement.<init>:(JLsun/security/jgss/wrapper/GSSLibStub;)V
            putfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
        10: .line 241
            aload 0 /* this */
            new sun.security.jgss.wrapper.GSSNameElement
            dup
            aload 4 /* info */
            iconst_1
            laload
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokespecial sun.security.jgss.wrapper.GSSNameElement.<init>:(JLsun/security/jgss/wrapper/GSSLibStub;)V
            putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
        11: .line 242
            aload 0 /* this */
            aload 4 /* info */
            iconst_2
            laload
            lconst_0
            lcmp
            ifeq 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack: sun.security.jgss.wrapper.NativeGSSContext
        12: iconst_0
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext long sun.security.jgss.wrapper.GSSLibStub long[]
      StackMap stack: sun.security.jgss.wrapper.NativeGSSContext int
        13: putfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
        14: .line 243
            aload 0 /* this */
            aload 4 /* info */
            iconst_3
            laload
            lconst_0
            lcmp
            ifeq 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack: sun.security.jgss.wrapper.NativeGSSContext
        15: iconst_0
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext long sun.security.jgss.wrapper.GSSLibStub long[]
      StackMap stack: sun.security.jgss.wrapper.NativeGSSContext int
        16: putfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
        17: .line 244
            aload 0 /* this */
            aload 4 /* info */
            iconst_4
            laload
            l2i
            putfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
        18: .line 245
            aload 0 /* this */
            aload 4 /* info */
            iconst_5
            laload
            l2i
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
        19: .line 249
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
            astore 5 /* mech */
        start local 5 // org.ietf.jgss.Oid mech
        20: .line 250
            aload 5 /* mech */
            invokestatic sun.security.jgss.GSSUtil.isSpNegoMech:(Lorg/ietf/jgss/Oid;)Z
            ifne 21
            aload 5 /* mech */
            invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
            ifeq 22
        21: .line 251
      StackMap locals: org.ietf.jgss.Oid
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
        22: .line 253
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.ietf.jgss.Oid mech
        end local 4 // long[] info
        end local 3 // sun.security.jgss.wrapper.GSSLibStub stub
        end local 1 // long pCtxt
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0   this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   23     1  pCtxt  J
            0   23     3   stub  Lsun/security/jgss/wrapper/GSSLibStub;
            7   23     4   info  [J
           20   23     5   mech  Lorg/ietf/jgss/Oid;
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
       Name  Flags
      pCtxt  
      stub   

  public java.security.Provider getProvider();
    descriptor: ()Ljava/security/Provider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 256
            getstatic sun.security.jgss.wrapper.SunNativeProvider.INSTANCE:Ljava/security/Provider;
            areturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public byte[] initSecContext(java.io.InputStream, int);
    descriptor: (Ljava/io/InputStream;I)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=3
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // java.io.InputStream is
        start local 2 // int mechTokenLen
         0: .line 261
            aconst_null
            astore 3 /* outToken */
        start local 3 // byte[] outToken
         1: .line 262
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
            ifne 37
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
            ifeq 37
         2: .line 263
            aconst_null
            astore 4 /* inToken */
        start local 4 // byte[] inToken
         3: .line 265
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            lconst_0
            lcmp
            ifeq 8
         4: .line 266
            aload 0 /* this */
            aload 1 /* is */
            iload 2 /* mechTokenLen */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.retrieveToken:(Ljava/io/InputStream;I)[B
            astore 4 /* inToken */
         5: .line 267
            new java.lang.StringBuilder
            dup
            ldc "initSecContext=> inToken len="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 268
            aload 4 /* inToken */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 267
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
         8: .line 271
      StackMap locals: byte[] byte[]
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.getCredDelegState:()Z
            ifne 9
            aload 0 /* this */
            iconst_1
            putfield sun.security.jgss.wrapper.NativeGSSContext.skipDelegPermCheck:Z
         9: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
            invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
            ifeq 11
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.skipDelegPermCheck:Z
            ifne 11
        10: .line 274
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doDelegPermCheck:()V
        11: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnonnull 12
            lconst_0
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            getfield sun.security.jgss.wrapper.GSSCredElement.pCred:J
      StackMap locals:
      StackMap stack: long
        13: lstore 5 /* pCred */
        start local 5 // long pCred
        14: .line 278
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            lload 5 /* pCred */
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
            getfield sun.security.jgss.wrapper.GSSNameElement.pName:J
        15: .line 279
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cb:Lorg/ietf/jgss/ChannelBinding;
            aload 4 /* inToken */
            aload 0 /* this */
        16: .line 278
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.initContext:(JJLorg/ietf/jgss/ChannelBinding;[BLsun/security/jgss/wrapper/NativeGSSContext;)[B
            astore 3 /* outToken */
        17: .line 280
            new java.lang.StringBuilder
            dup
            ldc "initSecContext=> outToken len="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        18: .line 281
            aload 3 /* outToken */
            ifnonnull 19
            iconst_0
            goto 20
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int byte[] byte[] long
      StackMap stack: java.lang.StringBuilder
        19: aload 3 /* outToken */
            arraylength
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int byte[] byte[] long
      StackMap stack: java.lang.StringBuilder int
        20: invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        21: .line 280
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
        22: .line 285
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
            invokestatic sun.security.jgss.GSSUtil.isSpNegoMech:(Lorg/ietf/jgss/Oid;)Z
            ifeq 27
            aload 3 /* outToken */
            ifnull 27
        23: .line 287
            aload 0 /* this */
            aload 3 /* outToken */
            iconst_1
            invokestatic sun.security.jgss.wrapper.NativeGSSContext.getMechFromSpNegoToken:([BZ)Lorg/ietf/jgss/Oid;
            putfield sun.security.jgss.wrapper.NativeGSSContext.actualMech:Lorg/ietf/jgss/Oid;
        24: .line 289
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.actualMech:Lorg/ietf/jgss/Oid;
            invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
            ifeq 27
        25: .line 290
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.skipServicePermCheck:Z
            ifne 26
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
        26: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.skipDelegPermCheck:Z
            ifne 27
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doDelegPermCheck:()V
        27: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
            ifeq 37
        28: .line 296
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
            ifnonnull 32
        29: .line 297
            aload 0 /* this */
            new sun.security.jgss.wrapper.GSSNameElement
            dup
        30: .line 298
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            iconst_1
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getContextName:(JZ)J
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokespecial sun.security.jgss.wrapper.GSSNameElement.<init>:(JLsun/security/jgss/wrapper/GSSLibStub;)V
        31: .line 297
            putfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
        32: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnonnull 37
        33: .line 301
            aload 0 /* this */
            new sun.security.jgss.wrapper.GSSCredElement
            dup
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
        34: .line 302
            iconst_1
        35: .line 303
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
        36: .line 301
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
        end local 5 // long pCred
        end local 4 // byte[] inToken
        37: .line 307
      StackMap locals:
      StackMap stack:
            aload 3 /* outToken */
            areturn
        end local 3 // byte[] outToken
        end local 2 // int mechTokenLen
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   38     0          this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   38     1            is  Ljava/io/InputStream;
            0   38     2  mechTokenLen  I
            1   38     3      outToken  [B
            3   37     4       inToken  [B
           14   37     5         pCred  J
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
              Name  Flags
      is            
      mechTokenLen  

  public byte[] acceptSecContext(java.io.InputStream, int);
    descriptor: (Ljava/io/InputStream;I)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // java.io.InputStream is
        start local 2 // int mechTokenLen
         0: .line 312
            aconst_null
            astore 3 /* outToken */
        start local 3 // byte[] outToken
         1: .line 313
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
            ifne 29
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
            ifne 29
         2: .line 314
            aload 0 /* this */
            aload 1 /* is */
            iload 2 /* mechTokenLen */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.retrieveToken:(Ljava/io/InputStream;I)[B
            astore 4 /* inToken */
        start local 4 // byte[] inToken
         3: .line 315
            new java.lang.StringBuilder
            dup
            ldc "acceptSecContext=> inToken len="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 316
            aload 4 /* inToken */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 315
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
         6: .line 317
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnonnull 7
            lconst_0
            goto 8
      StackMap locals: byte[] byte[]
      StackMap stack:
         7: aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            getfield sun.security.jgss.wrapper.GSSCredElement.pCred:J
      StackMap locals:
      StackMap stack: long
         8: lstore 5 /* pCred */
        start local 5 // long pCred
         9: .line 318
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            lload 5 /* pCred */
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cb:Lorg/ietf/jgss/ChannelBinding;
            aload 4 /* inToken */
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.acceptContext:(JLorg/ietf/jgss/ChannelBinding;[BLsun/security/jgss/wrapper/NativeGSSContext;)[B
            astore 3 /* outToken */
        10: .line 319
            new java.lang.StringBuilder
            dup
            ldc "acceptSecContext=> outToken len="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        11: .line 320
            aload 3 /* outToken */
            ifnonnull 12
            iconst_0
            goto 13
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int byte[] byte[] long
      StackMap stack: java.lang.StringBuilder
        12: aload 3 /* outToken */
            arraylength
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int byte[] byte[] long
      StackMap stack: java.lang.StringBuilder int
        13: invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        14: .line 319
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
        15: .line 322
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
            ifnonnull 23
        16: .line 323
            aload 0 /* this */
            new sun.security.jgss.wrapper.GSSNameElement
            dup
        17: .line 324
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            iconst_0
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getContextName:(JZ)J
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokespecial sun.security.jgss.wrapper.GSSNameElement.<init>:(JLsun/security/jgss/wrapper/GSSLibStub;)V
        18: .line 323
            putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
        19: .line 327
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnull 20
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            invokevirtual sun.security.jgss.wrapper.GSSCredElement.dispose:()V
        20: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.security.jgss.wrapper.GSSCredElement
            dup
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
        21: .line 329
            iconst_2
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
        22: .line 328
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
        23: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
            invokestatic sun.security.jgss.GSSUtil.isSpNegoMech:(Lorg/ietf/jgss/Oid;)Z
            ifeq 29
        24: .line 335
            aload 3 /* outToken */
            ifnull 29
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.skipServicePermCheck:Z
            ifne 29
        25: .line 337
            aload 3 /* outToken */
            iconst_0
        26: .line 336
            invokestatic sun.security.jgss.wrapper.NativeGSSContext.getMechFromSpNegoToken:([BZ)Lorg/ietf/jgss/Oid;
            invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
        27: .line 337
            ifeq 29
        28: .line 338
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
        end local 5 // long pCred
        end local 4 // byte[] inToken
        29: .line 342
      StackMap locals:
      StackMap stack:
            aload 3 /* outToken */
            areturn
        end local 3 // byte[] outToken
        end local 2 // int mechTokenLen
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   30     0          this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   30     1            is  Ljava/io/InputStream;
            0   30     2  mechTokenLen  I
            1   30     3      outToken  [B
            3   29     4       inToken  [B
            9   29     5         pCred  J
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
              Name  Flags
      is            
      mechTokenLen  

  public boolean isEstablished();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 346
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 350
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
         1: .line 351
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
         2: .line 352
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
         3: .line 353
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.wrapper.NativeGSSContext.delegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
         4: .line 354
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            lconst_0
            lcmp
            ifeq 7
         5: .line 355
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.deleteContext:(J)J
            putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
         6: .line 356
            aload 0 /* this */
            lconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
         7: .line 358
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;
    Exceptions:
      throws org.ietf.jgss.GSSException

  public int getWrapSizeLimit(int, boolean, int);
    descriptor: (IZI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // int qop
        start local 2 // boolean confReq
        start local 3 // int maxTokenSize
         0: .line 363
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            iload 2 /* confReq */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext int int int
      StackMap stack: sun.security.jgss.wrapper.GSSLibStub long
         1: iconst_0
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext int int int
      StackMap stack: sun.security.jgss.wrapper.GSSLibStub long int
         2: iload 1 /* qop */
         3: .line 364
            iload 3 /* maxTokenSize */
         4: .line 363
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.wrapSizeLimit:(JIII)I
            ireturn
        end local 3 // int maxTokenSize
        end local 2 // boolean confReq
        end local 1 // int qop
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    5     1           qop  I
            0    5     2       confReq  Z
            0    5     3  maxTokenSize  I
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
              Name  Flags
      qop           
      confReq       
      maxTokenSize  

  public byte[] wrap(byte[], int, int, org.ietf.jgss.MessageProp);
    descriptor: ([BIILorg/ietf/jgss/MessageProp;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // byte[] inBuf
        start local 2 // int offset
        start local 3 // int len
        start local 4 // org.ietf.jgss.MessageProp msgProp
         0: .line 369
            aload 1 /* inBuf */
            astore 5 /* data */
        start local 5 // byte[] data
         1: .line 370
            iload 2 /* offset */
            ifne 2
            iload 3 /* len */
            aload 1 /* inBuf */
            arraylength
            if_icmpeq 4
         2: .line 371
      StackMap locals: byte[]
      StackMap stack:
            iload 3 /* len */
            newarray 8
            astore 5 /* data */
         3: .line 372
            aload 1 /* inBuf */
            iload 2 /* offset */
            aload 5 /* data */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            aload 5 /* data */
            aload 4 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.wrap:(J[BLorg/ietf/jgss/MessageProp;)[B
            areturn
        end local 5 // byte[] data
        end local 4 // org.ietf.jgss.MessageProp msgProp
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] inBuf
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    5     1    inBuf  [B
            0    5     2   offset  I
            0    5     3      len  I
            0    5     4  msgProp  Lorg/ietf/jgss/MessageProp;
            1    5     5     data  [B
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
         Name  Flags
      inBuf    
      offset   
      len      
      msgProp  

  public void wrap(byte[], int, int, java.io.OutputStream, org.ietf.jgss.MessageProp);
    descriptor: ([BIILjava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // byte[] inBuf
        start local 2 // int offset
        start local 3 // int len
        start local 4 // java.io.OutputStream os
        start local 5 // org.ietf.jgss.MessageProp msgProp
         0: .line 380
            aload 0 /* this */
            aload 1 /* inBuf */
            iload 2 /* offset */
            iload 3 /* len */
            aload 5 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.wrap:([BIILorg/ietf/jgss/MessageProp;)[B
            astore 6 /* result */
        start local 6 // byte[] result
         1: .line 381
            aload 4 /* os */
            aload 6 /* result */
            invokevirtual java.io.OutputStream.write:([B)V
        end local 6 // byte[] result
         2: .line 382
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 6 /* ioe */
        start local 6 // java.io.IOException ioe
         4: .line 383
            new sun.security.jgss.GSSExceptionImpl
            dup
            bipush 11
            aload 6 /* ioe */
            invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
            athrow
        end local 6 // java.io.IOException ioe
         5: .line 385
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.ietf.jgss.MessageProp msgProp
        end local 4 // java.io.OutputStream os
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] inBuf
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    6     1    inBuf  [B
            0    6     2   offset  I
            0    6     3      len  I
            0    6     4       os  Ljava/io/OutputStream;
            0    6     5  msgProp  Lorg/ietf/jgss/MessageProp;
            1    2     6   result  [B
            4    5     6      ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
         Name  Flags
      inBuf    
      offset   
      len      
      os       
      msgProp  

  public int wrap(byte[], int, int, byte[], int, org.ietf.jgss.MessageProp);
    descriptor: ([BII[BILorg/ietf/jgss/MessageProp;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // byte[] inBuf
        start local 2 // int inOffset
        start local 3 // int len
        start local 4 // byte[] outBuf
        start local 5 // int outOffset
        start local 6 // org.ietf.jgss.MessageProp msgProp
         0: .line 389
            aload 0 /* this */
            aload 1 /* inBuf */
            iload 2 /* inOffset */
            iload 3 /* len */
            aload 6 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.wrap:([BIILorg/ietf/jgss/MessageProp;)[B
            astore 7 /* result */
        start local 7 // byte[] result
         1: .line 390
            aload 7 /* result */
            iconst_0
            aload 4 /* outBuf */
            iload 5 /* outOffset */
            aload 7 /* result */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 391
            aload 7 /* result */
            arraylength
            ireturn
        end local 7 // byte[] result
        end local 6 // org.ietf.jgss.MessageProp msgProp
        end local 5 // int outOffset
        end local 4 // byte[] outBuf
        end local 3 // int len
        end local 2 // int inOffset
        end local 1 // byte[] inBuf
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    3     1      inBuf  [B
            0    3     2   inOffset  I
            0    3     3        len  I
            0    3     4     outBuf  [B
            0    3     5  outOffset  I
            0    3     6    msgProp  Lorg/ietf/jgss/MessageProp;
            1    3     7     result  [B
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
           Name  Flags
      inBuf      
      inOffset   
      len        
      outBuf     
      outOffset  
      msgProp    

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // java.io.InputStream inStream
        start local 2 // java.io.OutputStream outStream
        start local 3 // org.ietf.jgss.MessageProp msgProp
         0: .line 396
            aload 1 /* inStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 4 /* data */
        start local 4 // byte[] data
         1: .line 397
            aload 1 /* inStream */
            aload 4 /* data */
            invokevirtual java.io.InputStream.read:([B)I
            istore 5 /* length */
        start local 5 // int length
         2: .line 398
            aload 0 /* this */
            aload 4 /* data */
            iconst_0
            iload 5 /* length */
            aload 3 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.wrap:([BIILorg/ietf/jgss/MessageProp;)[B
            astore 6 /* token */
        start local 6 // byte[] token
         3: .line 399
            aload 2 /* outStream */
            aload 6 /* token */
            invokevirtual java.io.OutputStream.write:([B)V
        end local 6 // byte[] token
        end local 5 // int length
        end local 4 // byte[] data
         4: .line 400
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 4 /* ioe */
        start local 4 // java.io.IOException ioe
         6: .line 401
            new sun.security.jgss.GSSExceptionImpl
            dup
            bipush 11
            aload 4 /* ioe */
            invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
            athrow
        end local 4 // java.io.IOException ioe
         7: .line 403
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.ietf.jgss.MessageProp msgProp
        end local 2 // java.io.OutputStream outStream
        end local 1 // java.io.InputStream inStream
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    8     1   inStream  Ljava/io/InputStream;
            0    8     2  outStream  Ljava/io/OutputStream;
            0    8     3    msgProp  Lorg/ietf/jgss/MessageProp;
            1    4     4       data  [B
            2    4     5     length  I
            3    4     6      token  [B
            6    7     4        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
           Name  Flags
      inStream   
      outStream  
      msgProp    

  public byte[] unwrap(byte[], int, int, org.ietf.jgss.MessageProp);
    descriptor: ([BIILorg/ietf/jgss/MessageProp;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // byte[] inBuf
        start local 2 // int offset
        start local 3 // int len
        start local 4 // org.ietf.jgss.MessageProp msgProp
         0: .line 408
            iload 2 /* offset */
            ifne 1
            iload 3 /* len */
            aload 1 /* inBuf */
            arraylength
            if_icmpeq 4
         1: .line 409
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            newarray 8
            astore 5 /* temp */
        start local 5 // byte[] temp
         2: .line 410
            aload 1 /* inBuf */
            iload 2 /* offset */
            aload 5 /* temp */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 411
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            aload 5 /* temp */
            aload 4 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.unwrap:(J[BLorg/ietf/jgss/MessageProp;)[B
            areturn
        end local 5 // byte[] temp
         4: .line 413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            aload 1 /* inBuf */
            aload 4 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.unwrap:(J[BLorg/ietf/jgss/MessageProp;)[B
            areturn
        end local 4 // org.ietf.jgss.MessageProp msgProp
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] inBuf
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    5     1    inBuf  [B
            0    5     2   offset  I
            0    5     3      len  I
            0    5     4  msgProp  Lorg/ietf/jgss/MessageProp;
            2    4     5     temp  [B
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
         Name  Flags
      inBuf    
      offset   
      len      
      msgProp  

  public int unwrap(byte[], int, int, byte[], int, org.ietf.jgss.MessageProp);
    descriptor: ([BII[BILorg/ietf/jgss/MessageProp;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=7
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // byte[] inBuf
        start local 2 // int inOffset
        start local 3 // int len
        start local 4 // byte[] outBuf
        start local 5 // int outOffset
        start local 6 // org.ietf.jgss.MessageProp msgProp
         0: .line 419
            aconst_null
            astore 7 /* result */
        start local 7 // byte[] result
         1: .line 420
            iload 2 /* inOffset */
            ifne 2
            iload 3 /* len */
            aload 1 /* inBuf */
            arraylength
            if_icmpeq 6
         2: .line 421
      StackMap locals: byte[]
      StackMap stack:
            iload 3 /* len */
            newarray 8
            astore 8 /* temp */
        start local 8 // byte[] temp
         3: .line 422
            aload 1 /* inBuf */
            iload 2 /* inOffset */
            aload 8 /* temp */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 423
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            aload 8 /* temp */
            aload 6 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.unwrap:(J[BLorg/ietf/jgss/MessageProp;)[B
            astore 7 /* result */
        end local 8 // byte[] temp
         5: .line 424
            goto 7
         6: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            aload 1 /* inBuf */
            aload 6 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.unwrap:(J[BLorg/ietf/jgss/MessageProp;)[B
            astore 7 /* result */
         7: .line 427
      StackMap locals:
      StackMap stack:
            aload 7 /* result */
            iconst_0
            aload 4 /* outBuf */
            iload 5 /* outOffset */
            aload 7 /* result */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 428
            aload 7 /* result */
            arraylength
            ireturn
        end local 7 // byte[] result
        end local 6 // org.ietf.jgss.MessageProp msgProp
        end local 5 // int outOffset
        end local 4 // byte[] outBuf
        end local 3 // int len
        end local 2 // int inOffset
        end local 1 // byte[] inBuf
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    9     1      inBuf  [B
            0    9     2   inOffset  I
            0    9     3        len  I
            0    9     4     outBuf  [B
            0    9     5  outOffset  I
            0    9     6    msgProp  Lorg/ietf/jgss/MessageProp;
            1    9     7     result  [B
            3    5     8       temp  [B
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
           Name  Flags
      inBuf      
      inOffset   
      len        
      outBuf     
      outOffset  
      msgProp    

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // java.io.InputStream inStream
        start local 2 // java.io.OutputStream outStream
        start local 3 // org.ietf.jgss.MessageProp msgProp
         0: .line 433
            aload 1 /* inStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 4 /* wrapped */
        start local 4 // byte[] wrapped
         1: .line 434
            aload 1 /* inStream */
            aload 4 /* wrapped */
            invokevirtual java.io.InputStream.read:([B)I
            istore 5 /* wLength */
        start local 5 // int wLength
         2: .line 435
            aload 0 /* this */
            aload 4 /* wrapped */
            iconst_0
            iload 5 /* wLength */
            aload 3 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.unwrap:([BIILorg/ietf/jgss/MessageProp;)[B
            astore 6 /* data */
        start local 6 // byte[] data
         3: .line 436
            aload 2 /* outStream */
            aload 6 /* data */
            invokevirtual java.io.OutputStream.write:([B)V
         4: .line 437
            aload 2 /* outStream */
            invokevirtual java.io.OutputStream.flush:()V
        end local 6 // byte[] data
        end local 5 // int wLength
        end local 4 // byte[] wrapped
         5: .line 438
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 4 /* ioe */
        start local 4 // java.io.IOException ioe
         7: .line 439
            new sun.security.jgss.GSSExceptionImpl
            dup
            bipush 11
            aload 4 /* ioe */
            invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
            athrow
        end local 4 // java.io.IOException ioe
         8: .line 441
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.ietf.jgss.MessageProp msgProp
        end local 2 // java.io.OutputStream outStream
        end local 1 // java.io.InputStream inStream
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    9     1   inStream  Ljava/io/InputStream;
            0    9     2  outStream  Ljava/io/OutputStream;
            0    9     3    msgProp  Lorg/ietf/jgss/MessageProp;
            1    5     4    wrapped  [B
            2    5     5    wLength  I
            3    5     6       data  [B
            7    8     4        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
           Name  Flags
      inStream   
      outStream  
      msgProp    

  public int unwrap(java.io.InputStream, byte[], int, org.ietf.jgss.MessageProp);
    descriptor: (Ljava/io/InputStream;[BILorg/ietf/jgss/MessageProp;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // java.io.InputStream inStream
        start local 2 // byte[] outBuf
        start local 3 // int outOffset
        start local 4 // org.ietf.jgss.MessageProp msgProp
         0: .line 446
            aconst_null
            astore 5 /* wrapped */
        start local 5 // byte[] wrapped
         1: .line 447
            iconst_0
            istore 6 /* wLength */
        start local 6 // int wLength
         2: .line 449
            aload 1 /* inStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 5 /* wrapped */
         3: .line 450
            aload 1 /* inStream */
            aload 5 /* wrapped */
            invokevirtual java.io.InputStream.read:([B)I
            istore 6 /* wLength */
         4: .line 451
            aload 0 /* this */
            aload 5 /* wrapped */
            iconst_0
            iload 6 /* wLength */
            aload 4 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.unwrap:([BIILorg/ietf/jgss/MessageProp;)[B
            pop
         5: .line 452
            goto 8
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream byte[] int org.ietf.jgss.MessageProp byte[] int
      StackMap stack: java.io.IOException
         6: astore 7 /* ioe */
        start local 7 // java.io.IOException ioe
         7: .line 453
            new sun.security.jgss.GSSExceptionImpl
            dup
            bipush 11
            aload 7 /* ioe */
            invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
            athrow
        end local 7 // java.io.IOException ioe
         8: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* wrapped */
            iconst_0
            iload 6 /* wLength */
            aload 4 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.unwrap:([BIILorg/ietf/jgss/MessageProp;)[B
            astore 7 /* result */
        start local 7 // byte[] result
         9: .line 456
            aload 7 /* result */
            iconst_0
            aload 2 /* outBuf */
            iload 3 /* outOffset */
            aload 7 /* result */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 457
            aload 7 /* result */
            arraylength
            ireturn
        end local 7 // byte[] result
        end local 6 // int wLength
        end local 5 // byte[] wrapped
        end local 4 // org.ietf.jgss.MessageProp msgProp
        end local 3 // int outOffset
        end local 2 // byte[] outBuf
        end local 1 // java.io.InputStream inStream
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   11     1   inStream  Ljava/io/InputStream;
            0   11     2     outBuf  [B
            0   11     3  outOffset  I
            0   11     4    msgProp  Lorg/ietf/jgss/MessageProp;
            1   11     5    wrapped  [B
            2   11     6    wLength  I
            7    8     7        ioe  Ljava/io/IOException;
            9   11     7     result  [B
      Exception table:
        from    to  target  type
           2     5       6  Class java.io.IOException
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
           Name  Flags
      inStream   
      outBuf     
      outOffset  
      msgProp    

  public byte[] getMIC(byte[], int, int, org.ietf.jgss.MessageProp);
    descriptor: ([BIILorg/ietf/jgss/MessageProp;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // byte[] in
        start local 2 // int offset
        start local 3 // int len
        start local 4 // org.ietf.jgss.MessageProp msgProp
         0: .line 462
            aload 4 /* msgProp */
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 4 /* msgProp */
            invokevirtual org.ietf.jgss.MessageProp.getQOP:()I
      StackMap locals:
      StackMap stack: int
         2: istore 5 /* qop */
        start local 5 // int qop
         3: .line 463
            aload 1 /* in */
            astore 6 /* inMsg */
        start local 6 // byte[] inMsg
         4: .line 464
            iload 2 /* offset */
            ifne 5
            iload 3 /* len */
            aload 1 /* in */
            arraylength
            if_icmpeq 7
         5: .line 465
      StackMap locals: int byte[]
      StackMap stack:
            iload 3 /* len */
            newarray 8
            astore 6 /* inMsg */
         6: .line 466
            aload 1 /* in */
            iload 2 /* offset */
            aload 6 /* inMsg */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            iload 5 /* qop */
            aload 6 /* inMsg */
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMic:(JI[B)[B
            areturn
        end local 6 // byte[] inMsg
        end local 5 // int qop
        end local 4 // org.ietf.jgss.MessageProp msgProp
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] in
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    8     1       in  [B
            0    8     2   offset  I
            0    8     3      len  I
            0    8     4  msgProp  Lorg/ietf/jgss/MessageProp;
            3    8     5      qop  I
            4    8     6    inMsg  [B
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
         Name  Flags
      in       
      offset   
      len      
      msgProp  

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // java.io.InputStream inStream
        start local 2 // java.io.OutputStream outStream
        start local 3 // org.ietf.jgss.MessageProp msgProp
         0: .line 474
            iconst_0
            istore 4 /* length */
        start local 4 // int length
         1: .line 475
            aload 1 /* inStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 5 /* msg */
        start local 5 // byte[] msg
         2: .line 476
            aload 1 /* inStream */
            aload 5 /* msg */
            invokevirtual java.io.InputStream.read:([B)I
            istore 4 /* length */
         3: .line 478
            aload 0 /* this */
            aload 5 /* msg */
            iconst_0
            iload 4 /* length */
            aload 3 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.getMIC:([BIILorg/ietf/jgss/MessageProp;)[B
            astore 6 /* msgToken */
        start local 6 // byte[] msgToken
         4: .line 479
            aload 6 /* msgToken */
            ifnull 9
            aload 6 /* msgToken */
            arraylength
            ifeq 9
         5: .line 480
            aload 2 /* outStream */
            aload 6 /* msgToken */
            invokevirtual java.io.OutputStream.write:([B)V
        end local 6 // byte[] msgToken
        end local 5 // byte[] msg
        end local 4 // int length
         6: .line 482
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 4 /* ioe */
        start local 4 // java.io.IOException ioe
         8: .line 483
            new sun.security.jgss.GSSExceptionImpl
            dup
            bipush 11
            aload 4 /* ioe */
            invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
            athrow
        end local 4 // java.io.IOException ioe
         9: .line 485
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.ietf.jgss.MessageProp msgProp
        end local 2 // java.io.OutputStream outStream
        end local 1 // java.io.InputStream inStream
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   10     1   inStream  Ljava/io/InputStream;
            0   10     2  outStream  Ljava/io/OutputStream;
            0   10     3    msgProp  Lorg/ietf/jgss/MessageProp;
            1    6     4     length  I
            2    6     5        msg  [B
            4    6     6   msgToken  [B
            8    9     4        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.IOException
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
           Name  Flags
      inStream   
      outStream  
      msgProp    

  public void verifyMIC(byte[], int, int, byte[], int, int, org.ietf.jgss.MessageProp);
    descriptor: ([BII[BIILorg/ietf/jgss/MessageProp;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=8
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // byte[] inToken
        start local 2 // int tOffset
        start local 3 // int tLen
        start local 4 // byte[] inMsg
        start local 5 // int mOffset
        start local 6 // int mLen
        start local 7 // org.ietf.jgss.MessageProp msgProp
         0: .line 490
            aload 1 /* inToken */
            astore 8 /* token */
        start local 8 // byte[] token
         1: .line 491
            aload 4 /* inMsg */
            astore 9 /* msg */
        start local 9 // byte[] msg
         2: .line 492
            iload 2 /* tOffset */
            ifne 3
            iload 3 /* tLen */
            aload 1 /* inToken */
            arraylength
            if_icmpeq 5
         3: .line 493
      StackMap locals: byte[] byte[]
      StackMap stack:
            iload 3 /* tLen */
            newarray 8
            astore 8 /* token */
         4: .line 494
            aload 1 /* inToken */
            iload 2 /* tOffset */
            aload 8 /* token */
            iconst_0
            iload 3 /* tLen */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 496
      StackMap locals:
      StackMap stack:
            iload 5 /* mOffset */
            ifne 6
            iload 6 /* mLen */
            aload 4 /* inMsg */
            arraylength
            if_icmpeq 8
         6: .line 497
      StackMap locals:
      StackMap stack:
            iload 6 /* mLen */
            newarray 8
            astore 9 /* msg */
         7: .line 498
            aload 4 /* inMsg */
            iload 5 /* mOffset */
            aload 9 /* msg */
            iconst_0
            iload 6 /* mLen */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            aload 8 /* token */
            aload 9 /* msg */
            aload 7 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.verifyMic:(J[B[BLorg/ietf/jgss/MessageProp;)V
         9: .line 501
            return
        end local 9 // byte[] msg
        end local 8 // byte[] token
        end local 7 // org.ietf.jgss.MessageProp msgProp
        end local 6 // int mLen
        end local 5 // int mOffset
        end local 4 // byte[] inMsg
        end local 3 // int tLen
        end local 2 // int tOffset
        end local 1 // byte[] inToken
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   10     1  inToken  [B
            0   10     2  tOffset  I
            0   10     3     tLen  I
            0   10     4    inMsg  [B
            0   10     5  mOffset  I
            0   10     6     mLen  I
            0   10     7  msgProp  Lorg/ietf/jgss/MessageProp;
            1   10     8    token  [B
            2   10     9      msg  [B
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
         Name  Flags
      inToken  
      tOffset  
      tLen     
      inMsg    
      mOffset  
      mLen     
      msgProp  

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=4
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // java.io.InputStream tokStream
        start local 2 // java.io.InputStream msgStream
        start local 3 // org.ietf.jgss.MessageProp msgProp
         0: .line 506
            aload 2 /* msgStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 4 /* msg */
        start local 4 // byte[] msg
         1: .line 507
            aload 2 /* msgStream */
            aload 4 /* msg */
            invokevirtual java.io.InputStream.read:([B)I
            istore 5 /* mLength */
        start local 5 // int mLength
         2: .line 508
            aload 1 /* tokStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 6 /* tok */
        start local 6 // byte[] tok
         3: .line 509
            aload 1 /* tokStream */
            aload 6 /* tok */
            invokevirtual java.io.InputStream.read:([B)I
            istore 7 /* tLength */
        start local 7 // int tLength
         4: .line 510
            aload 0 /* this */
            aload 6 /* tok */
            iconst_0
            iload 7 /* tLength */
            aload 4 /* msg */
            iconst_0
            iload 5 /* mLength */
            aload 3 /* msgProp */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.verifyMIC:([BII[BIILorg/ietf/jgss/MessageProp;)V
        end local 7 // int tLength
        end local 6 // byte[] tok
        end local 5 // int mLength
        end local 4 // byte[] msg
         5: .line 511
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 4 /* ioe */
        start local 4 // java.io.IOException ioe
         7: .line 512
            new sun.security.jgss.GSSExceptionImpl
            dup
            bipush 11
            aload 4 /* ioe */
            invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
            athrow
        end local 4 // java.io.IOException ioe
         8: .line 514
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.ietf.jgss.MessageProp msgProp
        end local 2 // java.io.InputStream msgStream
        end local 1 // java.io.InputStream tokStream
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    9     1  tokStream  Ljava/io/InputStream;
            0    9     2  msgStream  Ljava/io/InputStream;
            0    9     3    msgProp  Lorg/ietf/jgss/MessageProp;
            1    5     4        msg  [B
            2    5     5    mLength  I
            3    5     6        tok  [B
            4    5     7    tLength  I
            7    8     4        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
           Name  Flags
      tokStream  
      msgStream  
      msgProp    

  public byte[] export();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 517
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.exportContext:(J)[B
            astore 1 /* result */
        start local 1 // byte[] result
         1: .line 518
            aload 0 /* this */
            lconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
         2: .line 519
            aload 1 /* result */
            areturn
        end local 1 // byte[] result
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/security/jgss/wrapper/NativeGSSContext;
            1    3     1  result  [B
    Exceptions:
      throws org.ietf.jgss.GSSException

  private void changeFlags(int, boolean);
    descriptor: (IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // int flagMask
        start local 2 // boolean isEnable
         0: .line 523
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
            ifeq 5
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            lconst_0
            lcmp
            ifne 5
         1: .line 524
            iload 2 /* isEnable */
            ifeq 4
         2: .line 525
            aload 0 /* this */
            dup
            getfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
            iload 1 /* flagMask */
            ior
            putfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
         3: .line 526
            goto 5
         4: .line 527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
            iload 1 /* flagMask */
            iconst_m1
            ixor
            iand
            putfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
         5: .line 530
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean isEnable
        end local 1 // int flagMask
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    6     1  flagMask  I
            0    6     2  isEnable  Z
    MethodParameters:
          Name  Flags
      flagMask  
      isEnable  

  public void requestMutualAuth(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // boolean state
         0: .line 532
            aload 0 /* this */
            iconst_2
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 533
            return
        end local 1 // boolean state
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    2     1  state  Z
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
       Name  Flags
      state  

  public void requestReplayDet(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // boolean state
         0: .line 535
            aload 0 /* this */
            iconst_4
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 536
            return
        end local 1 // boolean state
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    2     1  state  Z
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
       Name  Flags
      state  

  public void requestSequenceDet(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // boolean state
         0: .line 538
            aload 0 /* this */
            bipush 8
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 539
            return
        end local 1 // boolean state
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    2     1  state  Z
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
       Name  Flags
      state  

  public void requestCredDeleg(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // boolean state
         0: .line 541
            aload 0 /* this */
            iconst_1
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 542
            return
        end local 1 // boolean state
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    2     1  state  Z
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
       Name  Flags
      state  

  public void requestAnonymity(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // boolean state
         0: .line 544
            aload 0 /* this */
            bipush 64
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 545
            return
        end local 1 // boolean state
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    2     1  state  Z
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
       Name  Flags
      state  

  public void requestConf(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // boolean state
         0: .line 547
            aload 0 /* this */
            bipush 16
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 548
            return
        end local 1 // boolean state
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    2     1  state  Z
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
       Name  Flags
      state  

  public void requestInteg(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // boolean state
         0: .line 550
            aload 0 /* this */
            bipush 32
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 551
            return
        end local 1 // boolean state
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    2     1  state  Z
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
       Name  Flags
      state  

  public void requestDelegPolicy(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // boolean state
         0: .line 554
            return
        end local 1 // boolean state
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    1     1  state  Z
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
       Name  Flags
      state  

  public void requestLifetime(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // int lifetime
         0: .line 556
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
            ifeq 2
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            lconst_0
            lcmp
            ifne 2
         1: .line 557
            aload 0 /* this */
            iload 1 /* lifetime */
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
         2: .line 559
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int lifetime
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    3     1  lifetime  I
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
          Name  Flags
      lifetime  

  public void setChannelBinding(org.ietf.jgss.ChannelBinding);
    descriptor: (Lorg/ietf/jgss/ChannelBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // org.ietf.jgss.ChannelBinding cb
         0: .line 561
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            lconst_0
            lcmp
            ifne 2
         1: .line 562
            aload 0 /* this */
            aload 1 /* cb */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cb:Lorg/ietf/jgss/ChannelBinding;
         2: .line 564
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.ietf.jgss.ChannelBinding cb
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    3     1    cb  Lorg/ietf/jgss/ChannelBinding;
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
      Name  Flags
      cb    

  private boolean checkFlags(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // int flagMask
         0: .line 567
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
            iload 1 /* flagMask */
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int flagMask
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    2     1  flagMask  I
    MethodParameters:
          Name  Flags
      flagMask  

  public boolean getCredDelegState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 570
            aload 0 /* this */
            iconst_1
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public boolean getMutualAuthState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 573
            aload 0 /* this */
            iconst_2
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public boolean getReplayDetState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 576
            aload 0 /* this */
            iconst_4
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public boolean getSequenceDetState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 579
            aload 0 /* this */
            bipush 8
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public boolean getAnonymityState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 582
            aload 0 /* this */
            bipush 64
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public boolean isTransferable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 585
            aload 0 /* this */
            sipush 256
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;
    Exceptions:
      throws org.ietf.jgss.GSSException

  public boolean isProtReady();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 588
            aload 0 /* this */
            sipush 128
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public boolean getConfState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 591
            aload 0 /* this */
            bipush 16
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public boolean getIntegState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 594
            aload 0 /* this */
            bipush 32
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public boolean getDelegPolicyState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 597
            iconst_0
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public int getLifetime();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 600
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getContextTime:(J)I
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  public sun.security.jgss.spi.GSSNameSpi getSrcName();
    descriptor: ()Lsun/security/jgss/spi/GSSNameSpi;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 603
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
            areturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;
    Exceptions:
      throws org.ietf.jgss.GSSException

  public sun.security.jgss.spi.GSSNameSpi getTargName();
    descriptor: ()Lsun/security/jgss/spi/GSSNameSpi;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 606
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
            areturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;
    Exceptions:
      throws org.ietf.jgss.GSSException

  public org.ietf.jgss.Oid getMech();
    descriptor: ()Lorg/ietf/jgss/Oid;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 609
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
            ifeq 2
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.actualMech:Lorg/ietf/jgss/Oid;
            ifnull 2
         1: .line 610
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.actualMech:Lorg/ietf/jgss/Oid;
            areturn
         2: .line 612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
            areturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;
    Exceptions:
      throws org.ietf.jgss.GSSException

  public sun.security.jgss.spi.GSSCredentialSpi getDelegCred();
    descriptor: ()Lsun/security/jgss/spi/GSSCredentialSpi;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 616
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.delegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
            areturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;
    Exceptions:
      throws org.ietf.jgss.GSSException

  public boolean isInitiator();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 619
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
            ireturn
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 623
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.dispose:()V
         1: .line 624
            return
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;
    Exceptions:
      throws java.lang.Throwable

  public java.lang.Object inquireSecContext(com.sun.security.jgss.InquireType);
    descriptor: (Lcom/sun/security/jgss/InquireType;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
        start local 1 // com.sun.security.jgss.InquireType type
         0: .line 628
            new org.ietf.jgss.GSSException
            dup
            bipush 16
            iconst_m1
         1: .line 629
            ldc "Inquire type not supported."
         2: .line 628
            invokespecial org.ietf.jgss.GSSException.<init>:(IILjava/lang/String;)V
            athrow
        end local 1 // com.sun.security.jgss.InquireType type
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0    3     1  type  Lcom/sun/security/jgss/InquireType;
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "NativeGSSContext.java"