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 boolean isInitiator;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean isEstablished;
    descriptor: Z
    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 org.ietf.jgss.Oid actualMech;
    descriptor: Lorg/ietf/jgss/Oid;
    flags: (0x0002) ACC_PRIVATE

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

  private sun.security.jgss.wrapper.GSSCredElement disposeCred;
    descriptor: Lsun/security/jgss/wrapper/GSSCredElement;
    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 disposeDelegatedCred;
    descriptor: Lsun/security/jgss/wrapper/GSSCredElement;
    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 48
            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 60
            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 88
            aconst_null
            astore 2 /* mech */
        start local 2 // org.ietf.jgss.Oid mech
         1: .line 89
            iload 1 /* isInitiator */
            ifeq 17
         2: .line 90
            aconst_null
            astore 3 /* header */
        start local 3 // sun.security.jgss.GSSHeader header
         3: .line 92
            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 93
            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 94
            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 96
      StackMap locals:
      StackMap stack:
            aload 3 /* header */
            invokevirtual sun.security.jgss.GSSHeader.getMechTokenLength:()I
            istore 4 /* negTokenLen */
        start local 4 // int negTokenLen
         8: .line 97
            iload 4 /* negTokenLen */
            newarray 8
            astore 5 /* negToken */
        start local 5 // byte[] negToken
         9: .line 98
            aload 0 /* token */
            aload 0 /* token */
            arraylength
            iload 4 /* negTokenLen */
            isub
        10: .line 99
            aload 5 /* negToken */
            iconst_0
            aload 5 /* negToken */
            arraylength
        11: .line 98
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 101
            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 102
            aload 6 /* ntok */
            invokevirtual sun.security.jgss.spnego.NegTokenInit.getMechToken:()[B
            ifnull 19
        14: .line 103
            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 104
            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 106
            goto 19
        17: .line 107
      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 108
            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 110
      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 115
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnull 19
         1: .line 116
            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 119
            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 120
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
            ifne 16
         6: .line 121
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
            ifnonnull 14
         7: .line 124
            new sun.security.jgss.wrapper.GSSCredElement
            dup
            aconst_null
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
         8: .line 125
            iconst_1
         9: .line 126
            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 124
            invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
        11: .line 123
            astore 2 /* tempCred */
        start local 2 // sun.security.jgss.wrapper.GSSCredElement tempCred
        12: .line 127
            aload 2 /* tempCred */
            invokevirtual sun.security.jgss.wrapper.GSSCredElement.dispose:()V
        end local 2 // sun.security.jgss.wrapper.GSSCredElement tempCred
        13: .line 128
            goto 16
        14: .line 129
      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 130
            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 133
      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 134
            aload 2 /* targetStr */
            aload 1 /* action */
            invokestatic sun.security.jgss.wrapper.Krb5Util.checkServicePermission:(Ljava/lang/String;Ljava/lang/String;)V
        18: .line 135
            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 137
      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 141
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: .line 142
            aload 1 /* sm */
            ifnull 15
         2: .line 143
            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 144
            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 145
            new java.lang.StringBuilder
            dup
            ldc "\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 4 /* sb */
        start local 4 // java.lang.StringBuilder sb
         5: .line 146
            aload 4 /* sb */
            aload 2 /* targetStr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\" \""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 147
            aload 4 /* sb */
            aload 3 /* tgsStr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 34
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         7: .line 148
            aload 4 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* krbPrincPair */
        start local 5 // java.lang.String krbPrincPair
         8: .line 149
            new java.lang.StringBuilder
            dup
            ldc "Checking DelegationPermission ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 150
            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 149
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
        11: .line 152
            new javax.security.auth.kerberos.DelegationPermission
            dup
            aload 5 /* krbPrincPair */
            invokespecial javax.security.auth.kerberos.DelegationPermission.<init>:(Ljava/lang/String;)V
        12: .line 151
            astore 6 /* perm */
        start local 6 // javax.security.auth.kerberos.DelegationPermission perm
        13: .line 153
            aload 1 /* sm */
            aload 6 /* perm */
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
        14: .line 154
            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.StringBuilder sb
        end local 3 // java.lang.String tgsStr
        end local 2 // java.lang.String targetStr
        15: .line 156
      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            sb  Ljava/lang/StringBuilder;
            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=4, 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 161
            aconst_null
            astore 3 /* result */
        start local 3 // byte[] result
         1: .line 162
            iload 2 /* mechTokenLen */
            iconst_m1
            if_icmpeq 17
         2: .line 164
            new java.lang.StringBuilder
            dup
            ldc "Precomputed mechToken length: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 165
            iload 2 /* mechTokenLen */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 164
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
         5: .line 166
            new sun.security.jgss.GSSHeader
            dup
         6: .line 167
            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;
            invokestatic sun.security.util.ObjectIdentifier.of:(Ljava/lang/String;)Lsun/security/util/ObjectIdentifier;
         7: .line 168
            iload 2 /* mechTokenLen */
         8: .line 166
            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 169
            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 171
            iload 2 /* mechTokenLen */
            newarray 8
            astore 6 /* mechToken */
        start local 6 // byte[] mechToken
        11: .line 172
            aload 1 /* is */
            aload 6 /* mechToken */
            invokevirtual java.io.InputStream.read:([B)I
            istore 7 /* len */
        start local 7 // int len
        12: .line 173
            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 174
      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 175
            aload 5 /* baos */
            aload 6 /* mechToken */
            invokevirtual java.io.ByteArrayOutputStream.write:([B)V
        15: .line 176
            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 177
            goto 20
        17: .line 179
      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 180
      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 181
            aload 4 /* dv */
            invokevirtual sun.security.util.DerValue.toByteArray:()[B
            astore 3 /* result */
        end local 4 // sun.security.util.DerValue dv
        20: .line 183
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Complete Token length: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        21: .line 184
            aload 3 /* result */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        22: .line 183
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
        23: .line 185
            aload 3 /* result */
        24: areturn
        end local 3 // byte[] result
        25: .line 186
      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 187
            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=8, 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 192
            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 70
            aload 0 /* this */
            iconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
         3: .line 194
            aload 1 /* peer */
            ifnonnull 5
         4: .line 195
            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 197
      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 198
            aload 0 /* this */
            aload 2 /* myCred */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
         7: .line 199
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.wrapper.NativeGSSContext.disposeCred:Lsun/security/jgss/wrapper/GSSCredElement;
         8: .line 200
            aload 0 /* this */
            aload 1 /* peer */
            putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
         9: .line 201
            aload 0 /* this */
            iconst_1
            putfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
        10: .line 202
            aload 0 /* this */
            iload 3 /* time */
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
        11: .line 204
            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 20
        12: .line 205
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
        13: .line 206
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnonnull 19
        14: .line 207
            aload 0 /* this */
            aload 0 /* this */
        15: .line 208
            new sun.security.jgss.wrapper.GSSCredElement
            dup
            aconst_null
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
        16: .line 209
            iconst_1
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
        17: .line 208
            invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
        18: .line 207
            dup_x1
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            putfield sun.security.jgss.wrapper.NativeGSSContext.disposeCred:Lsun/security/jgss/wrapper/GSSCredElement;
        19: .line 211
      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;
        20: .line 213
      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   21     0    this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   21     1    peer  Lsun/security/jgss/wrapper/GSSNameElement;
            0   21     2  myCred  Lsun/security/jgss/wrapper/GSSCredElement;
            0   21     3    time  I
            0   21     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 216
            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 70
            aload 0 /* this */
            iconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
         3: .line 218
            aload 0 /* this */
            aload 2 /* stub */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
         4: .line 219
            aload 0 /* this */
            aload 1 /* myCred */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
         5: .line 220
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.wrapper.NativeGSSContext.disposeCred:Lsun/security/jgss/wrapper/GSSCredElement;
         6: .line 222
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnull 7
            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;
         7: .line 224
      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
         8: .line 227
            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 10
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
            ifnull 10
         9: .line 228
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
        10: .line 233
      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   11     0    this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   11     1  myCred  Lsun/security/jgss/wrapper/GSSCredElement;
            0   11     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 237
            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 70
            aload 0 /* this */
            iconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
         3: .line 238
            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 239
      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 240
            aload 0 /* this */
            aload 3 /* stub */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
         6: .line 243
            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 244
            aload 4 /* info */
            arraylength
            bipush 6
            if_icmpeq 9
         8: .line 245
            new java.lang.RuntimeException
            dup
            ldc "Bug w/ GSSLibStub.inquireContext()"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 247
      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 248
            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 249
            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 250
            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 251
            aload 0 /* this */
            aload 4 /* info */
            iconst_4
            laload
            l2i
            putfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
        18: .line 252
            aload 0 /* this */
            aload 4 /* info */
            iconst_5
            laload
            l2i
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
        19: .line 256
            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 257
            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 258
      StackMap locals: org.ietf.jgss.Oid
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
        22: .line 260
      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 263
            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 268
            aconst_null
            astore 3 /* outToken */
        start local 3 // byte[] outToken
         1: .line 269
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
            ifne 38
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
            ifeq 38
         2: .line 270
            aconst_null
            astore 4 /* inToken */
        start local 4 // byte[] inToken
         3: .line 272
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            lconst_0
            lcmp
            ifeq 8
         4: .line 273
            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 274
            new java.lang.StringBuilder
            dup
            ldc "initSecContext=> inToken len="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 275
            aload 4 /* inToken */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 274
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
         8: .line 278
      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 280
      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 281
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doDelegPermCheck:()V
        11: .line 284
      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 285
            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 286
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cb:Lorg/ietf/jgss/ChannelBinding;
            aload 4 /* inToken */
            aload 0 /* this */
        16: .line 285
            invokevirtual sun.security.jgss.wrapper.GSSLibStub.initContext:(JJLorg/ietf/jgss/ChannelBinding;[BLsun/security/jgss/wrapper/NativeGSSContext;)[B
            astore 3 /* outToken */
        17: .line 287
            new java.lang.StringBuilder
            dup
            ldc "initSecContext=> outToken len="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        18: .line 288
            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 287
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
        22: .line 292
            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 294
            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 296
            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 297
            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 298
      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 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
            ifeq 38
        28: .line 303
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
            ifnonnull 32
        29: .line 304
            aload 0 /* this */
            new sun.security.jgss.wrapper.GSSNameElement
            dup
        30: .line 305
            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 304
            putfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
        32: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnonnull 38
        33: .line 308
            aload 0 /* this */
            aload 0 /* this */
        34: .line 309
            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
        35: .line 310
            iconst_1
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
        36: .line 309
            invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
        37: .line 308
            dup_x1
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            putfield sun.security.jgss.wrapper.NativeGSSContext.disposeCred:Lsun/security/jgss/wrapper/GSSCredElement;
        end local 5 // long pCred
        end local 4 // byte[] inToken
        38: .line 314
      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   39     0          this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   39     1            is  Ljava/io/InputStream;
            0   39     2  mechTokenLen  I
            1   39     3      outToken  [B
            3   38     4       inToken  [B
           14   38     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=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 319
            aconst_null
            astore 3 /* outToken */
        start local 3 // byte[] outToken
         1: .line 320
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
            ifne 33
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
            ifne 33
         2: .line 321
            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 322
            new java.lang.StringBuilder
            dup
            ldc "acceptSecContext=> inToken len="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 323
            aload 4 /* inToken */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 322
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
         6: .line 324
            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 325
            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 326
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.delegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
            putfield sun.security.jgss.wrapper.NativeGSSContext.disposeDelegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
        11: .line 327
            new java.lang.StringBuilder
            dup
            ldc "acceptSecContext=> outToken len="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        12: .line 328
            aload 3 /* outToken */
            ifnonnull 13
            iconst_0
            goto 14
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int byte[] byte[] long
      StackMap stack: java.lang.StringBuilder
        13: aload 3 /* outToken */
            arraylength
      StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int byte[] byte[] long
      StackMap stack: java.lang.StringBuilder int
        14: invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        15: .line 327
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
        16: .line 330
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
            ifnonnull 27
        17: .line 331
            aload 0 /* this */
            new sun.security.jgss.wrapper.GSSNameElement
            dup
        18: .line 332
            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
        19: .line 331
            putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
        20: .line 335
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.disposeCred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnull 22
        21: .line 336
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.disposeCred:Lsun/security/jgss/wrapper/GSSCredElement;
            invokevirtual sun.security.jgss.wrapper.GSSCredElement.dispose:()V
        22: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
        23: .line 339
            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
        24: .line 340
            iconst_2
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
        25: .line 339
            invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
        26: .line 338
            dup_x1
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            putfield sun.security.jgss.wrapper.NativeGSSContext.disposeCred:Lsun/security/jgss/wrapper/GSSCredElement;
        27: .line 345
      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 33
        28: .line 346
            aload 3 /* outToken */
            ifnull 33
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.skipServicePermCheck:Z
            ifne 33
        29: .line 348
            aload 3 /* outToken */
            iconst_0
        30: .line 347
            invokestatic sun.security.jgss.wrapper.NativeGSSContext.getMechFromSpNegoToken:([BZ)Lorg/ietf/jgss/Oid;
            invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
        31: .line 348
            ifeq 33
        32: .line 349
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
        end local 5 // long pCred
        end local 4 // byte[] inToken
        33: .line 353
      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   34     0          this  Lsun/security/jgss/wrapper/NativeGSSContext;
            0   34     1            is  Ljava/io/InputStream;
            0   34     2  mechTokenLen  I
            1   34     3      outToken  [B
            3   33     4       inToken  [B
            9   33     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 357
            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=5, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 361
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.disposeCred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnull 2
         1: .line 362
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.disposeCred:Lsun/security/jgss/wrapper/GSSCredElement;
            invokevirtual sun.security.jgss.wrapper.GSSCredElement.dispose:()V
         2: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.disposeDelegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
            ifnull 4
         3: .line 365
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.disposeDelegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
            invokevirtual sun.security.jgss.wrapper.GSSCredElement.dispose:()V
         4: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
            dup_x1
            putfield sun.security.jgss.wrapper.NativeGSSContext.disposeCred:Lsun/security/jgss/wrapper/GSSCredElement;
            putfield sun.security.jgss.wrapper.NativeGSSContext.disposeDelegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
         5: .line 368
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
         6: .line 369
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
         7: .line 370
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.wrapper.NativeGSSContext.delegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
         8: .line 371
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            lconst_0
            lcmp
            ifeq 11
         9: .line 372
            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
        10: .line 373
            aload 0 /* this */
            lconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
        11: .line 375
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.jgss.wrapper.NativeGSSContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     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 380
            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 381
            iload 3 /* maxTokenSize */
         4: .line 380
            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 386
            aload 1 /* inBuf */
            astore 5 /* data */
        start local 5 // byte[] data
         1: .line 387
            iload 2 /* offset */
            ifne 2
            iload 3 /* len */
            aload 1 /* inBuf */
            arraylength
            if_icmpeq 4
         2: .line 388
      StackMap locals: byte[]
      StackMap stack:
            iload 3 /* len */
            newarray 8
            astore 5 /* data */
         3: .line 389
            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 391
      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 397
            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 398
            aload 4 /* os */
            aload 6 /* result */
            invokevirtual java.io.OutputStream.write:([B)V
        end local 6 // byte[] result
         2: .line 399
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 6 /* ioe */
        start local 6 // java.io.IOException ioe
         4: .line 400
            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 402
      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 406
            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 407
            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 408
            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 413
            aload 1 /* inStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 4 /* data */
        start local 4 // byte[] data
         1: .line 414
            aload 1 /* inStream */
            aload 4 /* data */
            invokevirtual java.io.InputStream.read:([B)I
            istore 5 /* length */
        start local 5 // int length
         2: .line 415
            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 416
            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 417
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 4 /* ioe */
        start local 4 // java.io.IOException ioe
         6: .line 418
            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 420
      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 425
            iload 2 /* offset */
            ifne 1
            iload 3 /* len */
            aload 1 /* inBuf */
            arraylength
            if_icmpeq 4
         1: .line 426
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            newarray 8
            astore 5 /* temp */
        start local 5 // byte[] temp
         2: .line 427
            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 428
            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 430
      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 436
            aconst_null
            astore 7 /* result */
        start local 7 // byte[] result
         1: .line 437
            iload 2 /* inOffset */
            ifne 2
            iload 3 /* len */
            aload 1 /* inBuf */
            arraylength
            if_icmpeq 6
         2: .line 438
      StackMap locals: byte[]
      StackMap stack:
            iload 3 /* len */
            newarray 8
            astore 8 /* temp */
        start local 8 // byte[] temp
         3: .line 439
            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 440
            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 441
            goto 7
         6: .line 442
      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 444
      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 445
            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 450
            aload 1 /* inStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 4 /* wrapped */
        start local 4 // byte[] wrapped
         1: .line 451
            aload 1 /* inStream */
            aload 4 /* wrapped */
            invokevirtual java.io.InputStream.read:([B)I
            istore 5 /* wLength */
        start local 5 // int wLength
         2: .line 452
            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 453
            aload 2 /* outStream */
            aload 6 /* data */
            invokevirtual java.io.OutputStream.write:([B)V
         4: .line 454
            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 455
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 4 /* ioe */
        start local 4 // java.io.IOException ioe
         7: .line 456
            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 458
      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 463
            aconst_null
            astore 5 /* wrapped */
        start local 5 // byte[] wrapped
         1: .line 464
            iconst_0
            istore 6 /* wLength */
        start local 6 // int wLength
         2: .line 466
            aload 1 /* inStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 5 /* wrapped */
         3: .line 467
            aload 1 /* inStream */
            aload 5 /* wrapped */
            invokevirtual java.io.InputStream.read:([B)I
            istore 6 /* wLength */
         4: .line 468
            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 469
            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 470
            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 472
      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 473
            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 474
            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 479
            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 480
            aload 1 /* in */
            astore 6 /* inMsg */
        start local 6 // byte[] inMsg
         4: .line 481
            iload 2 /* offset */
            ifne 5
            iload 3 /* len */
            aload 1 /* in */
            arraylength
            if_icmpeq 7
         5: .line 482
      StackMap locals: int byte[]
      StackMap stack:
            iload 3 /* len */
            newarray 8
            astore 6 /* inMsg */
         6: .line 483
            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 485
      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 491
            iconst_0
            istore 4 /* length */
        start local 4 // int length
         1: .line 492
            aload 1 /* inStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 5 /* msg */
        start local 5 // byte[] msg
         2: .line 493
            aload 1 /* inStream */
            aload 5 /* msg */
            invokevirtual java.io.InputStream.read:([B)I
            istore 4 /* length */
         3: .line 495
            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 496
            aload 6 /* msgToken */
            ifnull 9
            aload 6 /* msgToken */
            arraylength
            ifeq 9
         5: .line 497
            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 499
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 4 /* ioe */
        start local 4 // java.io.IOException ioe
         8: .line 500
            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 502
      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 507
            aload 1 /* inToken */
            astore 8 /* token */
        start local 8 // byte[] token
         1: .line 508
            aload 4 /* inMsg */
            astore 9 /* msg */
        start local 9 // byte[] msg
         2: .line 509
            iload 2 /* tOffset */
            ifne 3
            iload 3 /* tLen */
            aload 1 /* inToken */
            arraylength
            if_icmpeq 5
         3: .line 510
      StackMap locals: byte[] byte[]
      StackMap stack:
            iload 3 /* tLen */
            newarray 8
            astore 8 /* token */
         4: .line 511
            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 513
      StackMap locals:
      StackMap stack:
            iload 5 /* mOffset */
            ifne 6
            iload 6 /* mLen */
            aload 4 /* inMsg */
            arraylength
            if_icmpeq 8
         6: .line 514
      StackMap locals:
      StackMap stack:
            iload 6 /* mLen */
            newarray 8
            astore 9 /* msg */
         7: .line 515
            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 517
      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 518
            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 523
            aload 2 /* msgStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 4 /* msg */
        start local 4 // byte[] msg
         1: .line 524
            aload 2 /* msgStream */
            aload 4 /* msg */
            invokevirtual java.io.InputStream.read:([B)I
            istore 5 /* mLength */
        start local 5 // int mLength
         2: .line 525
            aload 1 /* tokStream */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 6 /* tok */
        start local 6 // byte[] tok
         3: .line 526
            aload 1 /* tokStream */
            aload 6 /* tok */
            invokevirtual java.io.InputStream.read:([B)I
            istore 7 /* tLength */
        start local 7 // int tLength
         4: .line 527
            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 528
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 4 /* ioe */
        start local 4 // java.io.IOException ioe
         7: .line 529
            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 531
      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 534
            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 535
            aload 0 /* this */
            lconst_0
            putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
         2: .line 536
            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 540
            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 541
            iload 2 /* isEnable */
            ifeq 4
         2: .line 542
            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 543
            goto 5
         4: .line 544
      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 547
      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 549
            aload 0 /* this */
            iconst_2
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 550
            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 552
            aload 0 /* this */
            iconst_4
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 553
            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 555
            aload 0 /* this */
            bipush 8
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 556
            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 558
            aload 0 /* this */
            iconst_1
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 559
            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 561
            aload 0 /* this */
            bipush 64
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 562
            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 564
            aload 0 /* this */
            bipush 16
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 565
            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 567
            aload 0 /* this */
            bipush 32
            iload 1 /* state */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
         1: .line 568
            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 571
            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 573
            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 574
            aload 0 /* this */
            iload 1 /* lifetime */
            putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
         2: .line 576
      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 578
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
            lconst_0
            lcmp
            ifne 2
         1: .line 579
            aload 0 /* this */
            aload 1 /* cb */
            putfield sun.security.jgss.wrapper.NativeGSSContext.cb:Lorg/ietf/jgss/ChannelBinding;
         2: .line 581
      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 584
            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 587
            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 590
            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 593
            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 596
            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 599
            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 602
            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 605
            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 608
            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 611
            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 614
            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 617
            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 620
            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 623
            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 626
            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 627
            aload 0 /* this */
            getfield sun.security.jgss.wrapper.NativeGSSContext.actualMech:Lorg/ietf/jgss/Oid;
            areturn
         2: .line 629
      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=2, locals=1, args_size=1
        start local 0 // sun.security.jgss.wrapper.NativeGSSContext this
         0: .line 633
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.wrapper.NativeGSSContext.disposeDelegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
         1: .line 634
            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    2     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 637
            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 642
            aload 0 /* this */
            invokevirtual sun.security.jgss.wrapper.NativeGSSContext.dispose:()V
         1: .line 643
            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(java.lang.String);
    descriptor: (Ljava/lang/String;)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 // java.lang.String type
         0: .line 647
            new org.ietf.jgss.GSSException
            dup
            bipush 16
            iconst_m1
         1: .line 648
            ldc "Inquire type not supported."
         2: .line 647
            invokespecial org.ietf.jgss.GSSException.<init>:(IILjava/lang/String;)V
            athrow
        end local 1 // java.lang.String 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  Ljava/lang/String;
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "NativeGSSContext.java"