class sun.security.jgss.wrapper.NativeGSSContext implements sun.security.jgss.spi.GSSContextSpi
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.jgss.wrapper.NativeGSSContext
super_class: java.lang.Object
{
private static final int GSS_C_DELEG_FLAG;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int GSS_C_MUTUAL_FLAG;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private static final int GSS_C_REPLAY_FLAG;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4
private static final int GSS_C_SEQUENCE_FLAG;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 8
private static final int GSS_C_CONF_FLAG;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 16
private static final int GSS_C_INTEG_FLAG;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 32
private static final int GSS_C_ANON_FLAG;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 64
private static final int GSS_C_PROT_READY_FLAG;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 128
private static final int GSS_C_TRANS_FLAG;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 256
private static final int NUM_OF_INQUIRE_VALUES;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 6
private long pContext;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private sun.security.jgss.wrapper.GSSNameElement srcName;
descriptor: Lsun/security/jgss/wrapper/GSSNameElement;
flags: (0x0002) ACC_PRIVATE
private sun.security.jgss.wrapper.GSSNameElement targetName;
descriptor: Lsun/security/jgss/wrapper/GSSNameElement;
flags: (0x0002) ACC_PRIVATE
private sun.security.jgss.wrapper.GSSCredElement cred;
descriptor: Lsun/security/jgss/wrapper/GSSCredElement;
flags: (0x0002) ACC_PRIVATE
private boolean isInitiator;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean isEstablished;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private org.ietf.jgss.Oid actualMech;
descriptor: Lorg/ietf/jgss/Oid;
flags: (0x0002) ACC_PRIVATE
private org.ietf.jgss.ChannelBinding cb;
descriptor: Lorg/ietf/jgss/ChannelBinding;
flags: (0x0002) ACC_PRIVATE
private sun.security.jgss.wrapper.GSSCredElement delegatedCred;
descriptor: Lsun/security/jgss/wrapper/GSSCredElement;
flags: (0x0002) ACC_PRIVATE
private int flags;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int lifetime;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private final sun.security.jgss.wrapper.GSSLibStub cStub;
descriptor: Lsun/security/jgss/wrapper/GSSLibStub;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private boolean skipDelegPermCheck;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean skipServicePermCheck;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: 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: 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 start local 1 0: aconst_null
astore 2
start local 2 1: iload 1
ifeq 17
2: aconst_null
astore 3
start local 3 3: new sun.security.jgss.GSSHeader
dup
new java.io.ByteArrayInputStream
dup
aload 0
invokespecial java.io.ByteArrayInputStream.<init>:([B)V
invokespecial sun.security.jgss.GSSHeader.<init>:(Ljava/io/InputStream;)V
astore 3
4: goto 7
StackMap locals: byte[] int org.ietf.jgss.Oid sun.security.jgss.GSSHeader
StackMap stack: java.io.IOException
5: astore 4
start local 4 6: new sun.security.jgss.GSSExceptionImpl
dup
bipush 11
aload 4
invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
athrow
end local 4 7: StackMap locals:
StackMap stack:
aload 3
invokevirtual sun.security.jgss.GSSHeader.getMechTokenLength:()I
istore 4
start local 4 8: iload 4
newarray 8
astore 5
start local 5 9: aload 0
aload 0
arraylength
iload 4
isub
10: aload 5
iconst_0
aload 5
arraylength
11: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
12: new sun.security.jgss.spnego.NegTokenInit
dup
aload 5
invokespecial sun.security.jgss.spnego.NegTokenInit.<init>:([B)V
astore 6
start local 6 13: aload 6
invokevirtual sun.security.jgss.spnego.NegTokenInit.getMechToken:()[B
ifnull 19
14: aload 6
invokevirtual sun.security.jgss.spnego.NegTokenInit.getMechTypeList:()[Lorg/ietf/jgss/Oid;
astore 7
start local 7 15: aload 7
iconst_0
aaload
astore 2
end local 7 end local 6 end local 5 end local 4 end local 3 16: goto 19
17: StackMap locals:
StackMap stack:
new sun.security.jgss.spnego.NegTokenTarg
dup
aload 0
invokespecial sun.security.jgss.spnego.NegTokenTarg.<init>:([B)V
astore 3
start local 3 18: aload 3
invokevirtual sun.security.jgss.spnego.NegTokenTarg.getSupportedMech:()Lorg/ietf/jgss/Oid;
astore 2
end local 3 19: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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 0: invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
ifnull 19
1: aload 0
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
start local 1 4: aload 0
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
getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
ifeq 16
5: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
ifne 16
6: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
ifnonnull 14
7: new sun.security.jgss.wrapper.GSSCredElement
dup
aconst_null
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
8: iconst_1
9: 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: invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
11: astore 2
start local 2 12: aload 2
invokevirtual sun.security.jgss.wrapper.GSSCredElement.dispose:()V
end local 2 13: goto 16
14: StackMap locals: java.lang.String
StackMap stack:
aload 0
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
start local 2 15: aload 2
aload 1
invokestatic sun.security.jgss.wrapper.Krb5Util.checkServicePermission:(Ljava/lang/String;Ljava/lang/String;)V
end local 2 16: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
invokevirtual sun.security.jgss.wrapper.GSSNameElement.getKrbName:()Ljava/lang/String;
astore 2
start local 2 17: aload 2
aload 1
invokestatic sun.security.jgss.wrapper.Krb5Util.checkServicePermission:(Ljava/lang/String;Ljava/lang/String;)V
18: aload 0
iconst_1
putfield sun.security.jgss.wrapper.NativeGSSContext.skipServicePermCheck:Z
end local 2 end local 1 19: StackMap locals:
StackMap stack:
return
end local 0 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 0: invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
astore 1
start local 1 1: aload 1
ifnull 15
2: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
invokevirtual sun.security.jgss.wrapper.GSSNameElement.getKrbName:()Ljava/lang/String;
astore 2
start local 2 3: aload 0
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
start local 3 4: new java.lang.StringBuilder
dup
ldc "\""
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
astore 4
start local 4 5: aload 4
aload 2
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: aload 4
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
bipush 34
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
7: aload 4
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 5
start local 5 8: new java.lang.StringBuilder
dup
ldc "Checking DelegationPermission ("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
9: aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ")"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
10: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
11: new javax.security.auth.kerberos.DelegationPermission
dup
aload 5
invokespecial javax.security.auth.kerberos.DelegationPermission.<init>:(Ljava/lang/String;)V
12: astore 6
start local 6 13: aload 1
aload 6
invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
14: aload 0
iconst_1
putfield sun.security.jgss.wrapper.NativeGSSContext.skipDelegPermCheck:Z
end local 6 end local 5 end local 4 end local 3 end local 2 15: StackMap locals: java.lang.SecurityManager
StackMap stack:
return
end local 1 end local 0 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=5, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
astore 3
start local 3 1: iload 2
iconst_m1
if_icmpeq 17
2: new java.lang.StringBuilder
dup
ldc "Precomputed mechToken length: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
3: iload 2
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
4: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
5: new sun.security.jgss.GSSHeader
dup
6: new sun.security.util.ObjectIdentifier
dup
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
invokevirtual org.ietf.jgss.Oid.toString:()Ljava/lang/String;
invokespecial sun.security.util.ObjectIdentifier.<init>:(Ljava/lang/String;)V
7: iload 2
8: invokespecial sun.security.jgss.GSSHeader.<init>:(Lsun/security/util/ObjectIdentifier;I)V
astore 4
start local 4 9: new java.io.ByteArrayOutputStream
dup
sipush 600
invokespecial java.io.ByteArrayOutputStream.<init>:(I)V
astore 5
start local 5 10: iload 2
newarray 8
astore 6
start local 6 11: aload 1
aload 6
invokevirtual java.io.InputStream.read:([B)I
istore 7
start local 7 12: getstatic sun.security.jgss.wrapper.NativeGSSContext.$assertionsDisabled:Z
ifne 13
iload 2
iload 7
if_icmpeq 13
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
13: 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
aload 5
invokevirtual sun.security.jgss.GSSHeader.encode:(Ljava/io/OutputStream;)I
pop
14: aload 5
aload 6
invokevirtual java.io.ByteArrayOutputStream.write:([B)V
15: aload 5
invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
astore 3
end local 7 end local 6 end local 5 end local 4 16: goto 20
17: 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
iconst_m1
if_icmpeq 18
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
18: StackMap locals:
StackMap stack:
new sun.security.util.DerValue
dup
aload 1
invokespecial sun.security.util.DerValue.<init>:(Ljava/io/InputStream;)V
astore 4
start local 4 19: aload 4
invokevirtual sun.security.util.DerValue.toByteArray:()[B
astore 3
end local 4 20: StackMap locals:
StackMap stack:
new java.lang.StringBuilder
dup
ldc "Complete Token length: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
21: aload 3
arraylength
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
22: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
23: aload 3
24: areturn
end local 3 25: StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int
StackMap stack: java.io.IOException
astore 3
start local 3 26: new sun.security.jgss.GSSExceptionImpl
dup
bipush 11
aload 3
invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lsun/security/jgss/wrapper/NativeGSSContext;
0 27 1 is Ljava/io/InputStream;
0 27 2 mechTokenLen I
1 25 3 result [B
9 16 4 gssHeader Lsun/security/jgss/GSSHeader;
10 16 5 baos Ljava/io/ByteArrayOutputStream;
11 16 6 mechToken [B
12 16 7 len I
19 20 4 dv Lsun/security/util/DerValue;
26 27 3 ioe Ljava/io/IOException;
Exception table:
from to target type
0 24 25 Class java.io.IOException
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
is
mechTokenLen
void <init>(sun.security.jgss.wrapper.GSSNameElement, sun.security.jgss.wrapper.GSSCredElement, int, sun.security.jgss.wrapper.GSSLibStub);
descriptor: (Lsun/security/jgss/wrapper/GSSNameElement;Lsun/security/jgss/wrapper/GSSCredElement;ILsun/security/jgss/wrapper/GSSLibStub;)V
flags: (0x0000)
Code:
stack=7, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lconst_0
putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
2: aload 0
iconst_0
putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
3: aload 1
ifnonnull 5
4: 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: 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
aload 4
putfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
6: aload 0
aload 2
putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
7: aload 0
aload 1
putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
8: aload 0
iconst_1
putfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
9: aload 0
iload 3
putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
10: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
ifeq 17
11: aload 0
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
12: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
ifnonnull 16
13: aload 0
new sun.security.jgss.wrapper.GSSCredElement
dup
aconst_null
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
14: iconst_1
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
15: putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
16: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
invokevirtual sun.security.jgss.wrapper.GSSCredElement.getName:()Lsun/security/jgss/wrapper/GSSNameElement;
putfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
17: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lsun/security/jgss/wrapper/NativeGSSContext;
0 18 1 peer Lsun/security/jgss/wrapper/GSSNameElement;
0 18 2 myCred Lsun/security/jgss/wrapper/GSSCredElement;
0 18 3 time I
0 18 4 stub Lsun/security/jgss/wrapper/GSSLibStub;
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
peer
myCred
time
stub
void <init>(sun.security.jgss.wrapper.GSSCredElement, sun.security.jgss.wrapper.GSSLibStub);
descriptor: (Lsun/security/jgss/wrapper/GSSCredElement;Lsun/security/jgss/wrapper/GSSLibStub;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lconst_0
putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
2: aload 0
iconst_0
putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
3: aload 0
aload 2
putfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
4: aload 0
aload 1
putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
5: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
ifnull 6
aload 0
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
invokevirtual sun.security.jgss.wrapper.GSSCredElement.getName:()Lsun/security/jgss/wrapper/GSSNameElement;
putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
6: StackMap locals: sun.security.jgss.wrapper.NativeGSSContext sun.security.jgss.wrapper.GSSCredElement sun.security.jgss.wrapper.GSSLibStub
StackMap stack:
aload 0
iconst_0
putfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
7: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
ifeq 9
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
ifnull 9
8: aload 0
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
9: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/security/jgss/wrapper/NativeGSSContext;
0 10 1 myCred Lsun/security/jgss/wrapper/GSSCredElement;
0 10 2 stub Lsun/security/jgss/wrapper/GSSLibStub;
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
myCred
stub
void <init>(long, sun.security.jgss.wrapper.GSSLibStub);
descriptor: (JLsun/security/jgss/wrapper/GSSLibStub;)V
flags: (0x0000)
Code:
stack=6, locals=6, args_size=3
start local 0 start local 1 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lconst_0
putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
2: aload 0
iconst_0
putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
3: getstatic sun.security.jgss.wrapper.NativeGSSContext.$assertionsDisabled:Z
ifne 4
aload 0
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: StackMap locals: sun.security.jgss.wrapper.NativeGSSContext long sun.security.jgss.wrapper.GSSLibStub
StackMap stack:
aload 0
lload 1
putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
5: aload 0
aload 3
putfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
6: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
invokevirtual sun.security.jgss.wrapper.GSSLibStub.inquireContext:(J)[J
astore 4
start local 4 7: aload 4
arraylength
bipush 6
if_icmpeq 9
8: new java.lang.RuntimeException
dup
ldc "Bug w/ GSSLibStub.inquireContext()"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
9: StackMap locals: long[]
StackMap stack:
aload 0
new sun.security.jgss.wrapper.GSSNameElement
dup
aload 4
iconst_0
laload
aload 0
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: aload 0
new sun.security.jgss.wrapper.GSSNameElement
dup
aload 4
iconst_1
laload
aload 0
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: aload 0
aload 4
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: aload 0
aload 4
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: aload 0
aload 4
iconst_4
laload
l2i
putfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
18: aload 0
aload 4
iconst_5
laload
l2i
putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
19: aload 0
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
start local 5 20: aload 5
invokestatic sun.security.jgss.GSSUtil.isSpNegoMech:(Lorg/ietf/jgss/Oid;)Z
ifne 21
aload 5
invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
ifeq 22
21: StackMap locals: org.ietf.jgss.Oid
StackMap stack:
aload 0
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
22: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 1 end local 0 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 0: getstatic sun.security.jgss.wrapper.SunNativeProvider.INSTANCE:Ljava/security/Provider;
areturn
end local 0 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 start local 1 start local 2 0: aconst_null
astore 3
start local 3 1: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
ifne 37
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
ifeq 37
2: aconst_null
astore 4
start local 4 3: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
lconst_0
lcmp
ifeq 8
4: aload 0
aload 1
iload 2
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.retrieveToken:(Ljava/io/InputStream;I)[B
astore 4
5: new java.lang.StringBuilder
dup
ldc "initSecContext=> inToken len="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
6: aload 4
arraylength
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
7: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
8: StackMap locals: byte[] byte[]
StackMap stack:
aload 0
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.getCredDelegState:()Z
ifne 9
aload 0
iconst_1
putfield sun.security.jgss.wrapper.NativeGSSContext.skipDelegPermCheck:Z
9: StackMap locals:
StackMap stack:
aload 0
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
getfield sun.security.jgss.wrapper.NativeGSSContext.skipDelegPermCheck:Z
ifne 11
10: aload 0
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doDelegPermCheck:()V
11: StackMap locals:
StackMap stack:
aload 0
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
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
start local 5 14: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
lload 5
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
getfield sun.security.jgss.wrapper.GSSNameElement.pName:J
15: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cb:Lorg/ietf/jgss/ChannelBinding;
aload 4
aload 0
16: invokevirtual sun.security.jgss.wrapper.GSSLibStub.initContext:(JJLorg/ietf/jgss/ChannelBinding;[BLsun/security/jgss/wrapper/NativeGSSContext;)[B
astore 3
17: new java.lang.StringBuilder
dup
ldc "initSecContext=> outToken len="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
18: aload 3
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
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: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
22: aload 0
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
ifnull 27
23: aload 0
aload 3
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: aload 0
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: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.skipServicePermCheck:Z
ifne 26
aload 0
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
26: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.skipDelegPermCheck:Z
ifne 27
aload 0
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doDelegPermCheck:()V
27: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
ifeq 37
28: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
ifnonnull 32
29: aload 0
new sun.security.jgss.wrapper.GSSNameElement
dup
30: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
iconst_1
invokevirtual sun.security.jgss.wrapper.GSSLibStub.getContextName:(JZ)J
aload 0
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: putfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
32: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
ifnonnull 37
33: aload 0
new sun.security.jgss.wrapper.GSSCredElement
dup
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
34: iconst_1
35: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
36: putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
end local 5 end local 4 37: StackMap locals:
StackMap stack:
aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 38 0 this Lsun/security/jgss/wrapper/NativeGSSContext;
0 38 1 is Ljava/io/InputStream;
0 38 2 mechTokenLen I
1 38 3 outToken [B
3 37 4 inToken [B
14 37 5 pCred J
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
is
mechTokenLen
public byte[] acceptSecContext(java.io.InputStream, int);
descriptor: (Ljava/io/InputStream;I)[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
astore 3
start local 3 1: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
ifne 29
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
ifne 29
2: aload 0
aload 1
iload 2
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.retrieveToken:(Ljava/io/InputStream;I)[B
astore 4
start local 4 3: new java.lang.StringBuilder
dup
ldc "acceptSecContext=> inToken len="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
4: aload 4
arraylength
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
5: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
6: aload 0
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
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
start local 5 9: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
lload 5
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cb:Lorg/ietf/jgss/ChannelBinding;
aload 4
aload 0
invokevirtual sun.security.jgss.wrapper.GSSLibStub.acceptContext:(JLorg/ietf/jgss/ChannelBinding;[BLsun/security/jgss/wrapper/NativeGSSContext;)[B
astore 3
10: new java.lang.StringBuilder
dup
ldc "acceptSecContext=> outToken len="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
11: aload 3
ifnonnull 12
iconst_0
goto 13
StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int byte[] byte[] long
StackMap stack: java.lang.StringBuilder
12: aload 3
arraylength
StackMap locals: sun.security.jgss.wrapper.NativeGSSContext java.io.InputStream int byte[] byte[] long
StackMap stack: java.lang.StringBuilder int
13: invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
14: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.security.jgss.wrapper.SunNativeProvider.debug:(Ljava/lang/String;)V
15: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
ifnonnull 23
16: aload 0
new sun.security.jgss.wrapper.GSSNameElement
dup
17: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
iconst_0
invokevirtual sun.security.jgss.wrapper.GSSLibStub.getContextName:(JZ)J
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
invokespecial sun.security.jgss.wrapper.GSSNameElement.<init>:(JLsun/security/jgss/wrapper/GSSLibStub;)V
18: putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
19: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
ifnull 20
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
invokevirtual sun.security.jgss.wrapper.GSSCredElement.dispose:()V
20: StackMap locals:
StackMap stack:
aload 0
new sun.security.jgss.wrapper.GSSCredElement
dup
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
21: iconst_2
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
invokespecial sun.security.jgss.wrapper.GSSCredElement.<init>:(Lsun/security/jgss/wrapper/GSSNameElement;IILsun/security/jgss/wrapper/GSSLibStub;)V
22: putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
23: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMech:()Lorg/ietf/jgss/Oid;
invokestatic sun.security.jgss.GSSUtil.isSpNegoMech:(Lorg/ietf/jgss/Oid;)Z
ifeq 29
24: aload 3
ifnull 29
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.skipServicePermCheck:Z
ifne 29
25: aload 3
iconst_0
26: invokestatic sun.security.jgss.wrapper.NativeGSSContext.getMechFromSpNegoToken:([BZ)Lorg/ietf/jgss/Oid;
invokestatic sun.security.jgss.GSSUtil.isKerberosMech:(Lorg/ietf/jgss/Oid;)Z
27: ifeq 29
28: aload 0
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.doServicePermCheck:()V
end local 5 end local 4 29: StackMap locals:
StackMap stack:
aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 this Lsun/security/jgss/wrapper/NativeGSSContext;
0 30 1 is Ljava/io/InputStream;
0 30 2 mechTokenLen I
1 30 3 outToken [B
3 29 4 inToken [B
9 29 5 pCred J
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
is
mechTokenLen
public boolean isEstablished();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/jgss/wrapper/NativeGSSContext;
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
1: aload 0
aconst_null
putfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
2: aload 0
aconst_null
putfield sun.security.jgss.wrapper.NativeGSSContext.cred:Lsun/security/jgss/wrapper/GSSCredElement;
3: aload 0
aconst_null
putfield sun.security.jgss.wrapper.NativeGSSContext.delegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
4: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
lconst_0
lcmp
ifeq 7
5: aload 0
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
invokevirtual sun.security.jgss.wrapper.GSSLibStub.deleteContext:(J)J
putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
6: aload 0
lconst_0
putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
7: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/security/jgss/wrapper/NativeGSSContext;
Exceptions:
throws org.ietf.jgss.GSSException
public int getWrapSizeLimit(int, boolean, int);
descriptor: (IZI)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
iload 2
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
3: iload 3
4: invokevirtual sun.security.jgss.wrapper.GSSLibStub.wrapSizeLimit:(JIII)I
ireturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 1
astore 5
start local 5 1: iload 2
ifne 2
iload 3
aload 1
arraylength
if_icmpeq 4
2: StackMap locals: byte[]
StackMap stack:
iload 3
newarray 8
astore 5
3: aload 1
iload 2
aload 5
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
4: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
aload 5
aload 4
invokevirtual sun.security.jgss.wrapper.GSSLibStub.wrap:(J[BLorg/ietf/jgss/MessageProp;)[B
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
iload 2
iload 3
aload 5
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.wrap:([BIILorg/ietf/jgss/MessageProp;)[B
astore 6
start local 6 1: aload 4
aload 6
invokevirtual java.io.OutputStream.write:([B)V
end local 6 2: goto 5
StackMap locals:
StackMap stack: java.io.IOException
3: astore 6
start local 6 4: new sun.security.jgss.GSSExceptionImpl
dup
bipush 11
aload 6
invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
athrow
end local 6 5: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
iload 2
iload 3
aload 6
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.wrap:([BIILorg/ietf/jgss/MessageProp;)[B
astore 7
start local 7 1: aload 7
iconst_0
aload 4
iload 5
aload 7
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
2: aload 7
arraylength
ireturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 1
invokevirtual java.io.InputStream.available:()I
newarray 8
astore 4
start local 4 1: aload 1
aload 4
invokevirtual java.io.InputStream.read:([B)I
istore 5
start local 5 2: aload 0
aload 4
iconst_0
iload 5
aload 3
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.wrap:([BIILorg/ietf/jgss/MessageProp;)[B
astore 6
start local 6 3: aload 2
aload 6
invokevirtual java.io.OutputStream.write:([B)V
end local 6 end local 5 end local 4 4: goto 7
StackMap locals:
StackMap stack: java.io.IOException
5: astore 4
start local 4 6: new sun.security.jgss.GSSExceptionImpl
dup
bipush 11
aload 4
invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
athrow
end local 4 7: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: iload 2
ifne 1
iload 3
aload 1
arraylength
if_icmpeq 4
1: StackMap locals:
StackMap stack:
iload 3
newarray 8
astore 5
start local 5 2: aload 1
iload 2
aload 5
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
aload 5
aload 4
invokevirtual sun.security.jgss.wrapper.GSSLibStub.unwrap:(J[BLorg/ietf/jgss/MessageProp;)[B
areturn
end local 5 4: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
aload 1
aload 4
invokevirtual sun.security.jgss.wrapper.GSSLibStub.unwrap:(J[BLorg/ietf/jgss/MessageProp;)[B
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aconst_null
astore 7
start local 7 1: iload 2
ifne 2
iload 3
aload 1
arraylength
if_icmpeq 6
2: StackMap locals: byte[]
StackMap stack:
iload 3
newarray 8
astore 8
start local 8 3: aload 1
iload 2
aload 8
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
4: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
aload 8
aload 6
invokevirtual sun.security.jgss.wrapper.GSSLibStub.unwrap:(J[BLorg/ietf/jgss/MessageProp;)[B
astore 7
end local 8 5: goto 7
6: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
aload 1
aload 6
invokevirtual sun.security.jgss.wrapper.GSSLibStub.unwrap:(J[BLorg/ietf/jgss/MessageProp;)[B
astore 7
7: StackMap locals:
StackMap stack:
aload 7
iconst_0
aload 4
iload 5
aload 7
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
8: aload 7
arraylength
ireturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 1
invokevirtual java.io.InputStream.available:()I
newarray 8
astore 4
start local 4 1: aload 1
aload 4
invokevirtual java.io.InputStream.read:([B)I
istore 5
start local 5 2: aload 0
aload 4
iconst_0
iload 5
aload 3
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.unwrap:([BIILorg/ietf/jgss/MessageProp;)[B
astore 6
start local 6 3: aload 2
aload 6
invokevirtual java.io.OutputStream.write:([B)V
4: aload 2
invokevirtual java.io.OutputStream.flush:()V
end local 6 end local 5 end local 4 5: goto 8
StackMap locals:
StackMap stack: java.io.IOException
6: astore 4
start local 4 7: new sun.security.jgss.GSSExceptionImpl
dup
bipush 11
aload 4
invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
athrow
end local 4 8: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aconst_null
astore 5
start local 5 1: iconst_0
istore 6
start local 6 2: aload 1
invokevirtual java.io.InputStream.available:()I
newarray 8
astore 5
3: aload 1
aload 5
invokevirtual java.io.InputStream.read:([B)I
istore 6
4: aload 0
aload 5
iconst_0
iload 6
aload 4
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.unwrap:([BIILorg/ietf/jgss/MessageProp;)[B
pop
5: 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
start local 7 7: new sun.security.jgss.GSSExceptionImpl
dup
bipush 11
aload 7
invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
athrow
end local 7 8: StackMap locals:
StackMap stack:
aload 0
aload 5
iconst_0
iload 6
aload 4
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.unwrap:([BIILorg/ietf/jgss/MessageProp;)[B
astore 7
start local 7 9: aload 7
iconst_0
aload 2
iload 3
aload 7
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
10: aload 7
arraylength
ireturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 4
ifnonnull 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 4
invokevirtual org.ietf.jgss.MessageProp.getQOP:()I
StackMap locals:
StackMap stack: int
2: istore 5
start local 5 3: aload 1
astore 6
start local 6 4: iload 2
ifne 5
iload 3
aload 1
arraylength
if_icmpeq 7
5: StackMap locals: int byte[]
StackMap stack:
iload 3
newarray 8
astore 6
6: aload 1
iload 2
aload 6
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
7: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
iload 5
aload 6
invokevirtual sun.security.jgss.wrapper.GSSLibStub.getMic:(JI[B)[B
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: aload 1
invokevirtual java.io.InputStream.available:()I
newarray 8
astore 5
start local 5 2: aload 1
aload 5
invokevirtual java.io.InputStream.read:([B)I
istore 4
3: aload 0
aload 5
iconst_0
iload 4
aload 3
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.getMIC:([BIILorg/ietf/jgss/MessageProp;)[B
astore 6
start local 6 4: aload 6
ifnull 9
aload 6
arraylength
ifeq 9
5: aload 2
aload 6
invokevirtual java.io.OutputStream.write:([B)V
end local 6 end local 5 end local 4 6: goto 9
StackMap locals:
StackMap stack: java.io.IOException
7: astore 4
start local 4 8: new sun.security.jgss.GSSExceptionImpl
dup
bipush 11
aload 4
invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
athrow
end local 4 9: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 1
astore 8
start local 8 1: aload 4
astore 9
start local 9 2: iload 2
ifne 3
iload 3
aload 1
arraylength
if_icmpeq 5
3: StackMap locals: byte[] byte[]
StackMap stack:
iload 3
newarray 8
astore 8
4: aload 1
iload 2
aload 8
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: StackMap locals:
StackMap stack:
iload 5
ifne 6
iload 6
aload 4
arraylength
if_icmpeq 8
6: StackMap locals:
StackMap stack:
iload 6
newarray 8
astore 9
7: aload 4
iload 5
aload 9
iconst_0
iload 6
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
8: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
aload 8
aload 9
aload 7
invokevirtual sun.security.jgss.wrapper.GSSLibStub.verifyMic:(J[B[BLorg/ietf/jgss/MessageProp;)V
9: return
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 2
invokevirtual java.io.InputStream.available:()I
newarray 8
astore 4
start local 4 1: aload 2
aload 4
invokevirtual java.io.InputStream.read:([B)I
istore 5
start local 5 2: aload 1
invokevirtual java.io.InputStream.available:()I
newarray 8
astore 6
start local 6 3: aload 1
aload 6
invokevirtual java.io.InputStream.read:([B)I
istore 7
start local 7 4: aload 0
aload 6
iconst_0
iload 7
aload 4
iconst_0
iload 5
aload 3
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.verifyMIC:([BII[BIILorg/ietf/jgss/MessageProp;)V
end local 7 end local 6 end local 5 end local 4 5: goto 8
StackMap locals:
StackMap stack: java.io.IOException
6: astore 4
start local 4 7: new sun.security.jgss.GSSExceptionImpl
dup
bipush 11
aload 4
invokespecial sun.security.jgss.GSSExceptionImpl.<init>:(ILjava/lang/Exception;)V
athrow
end local 4 8: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
invokevirtual sun.security.jgss.wrapper.GSSLibStub.exportContext:(J)[B
astore 1
start local 1 1: aload 0
lconst_0
putfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
2: aload 1
areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
ifeq 5
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
lconst_0
lcmp
ifne 5
1: iload 2
ifeq 4
2: aload 0
dup
getfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
iload 1
ior
putfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
iload 1
iconst_m1
ixor
iand
putfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
5: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
iconst_2
iload 1
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
iconst_4
iload 1
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
bipush 8
iload 1
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
iconst_1
iload 1
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
bipush 64
iload 1
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
bipush 16
iload 1
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
bipush 32
iload 1
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.changeFlags:(IZ)V
1: return
end local 1 end local 0 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 start local 1 0: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
ifeq 2
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
lconst_0
lcmp
ifne 2
1: aload 0
iload 1
putfield sun.security.jgss.wrapper.NativeGSSContext.lifetime:I
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
lconst_0
lcmp
ifne 2
1: aload 0
aload 1
putfield sun.security.jgss.wrapper.NativeGSSContext.cb:Lorg/ietf/jgss/ChannelBinding;
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.flags:I
iload 1
iand
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 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 0: aload 0
iconst_1
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
ireturn
end local 0 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 0: aload 0
iconst_2
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
ireturn
end local 0 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 0: aload 0
iconst_4
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
ireturn
end local 0 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 0: aload 0
bipush 8
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
ireturn
end local 0 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 0: aload 0
bipush 64
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
ireturn
end local 0 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 0: aload 0
sipush 256
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
ireturn
end local 0 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 0: aload 0
sipush 128
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
ireturn
end local 0 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 0: aload 0
bipush 16
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
ireturn
end local 0 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 0: aload 0
bipush 32
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.checkFlags:(I)Z
ireturn
end local 0 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 0: iconst_0
ireturn
end local 0 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 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.cStub:Lsun/security/jgss/wrapper/GSSLibStub;
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.pContext:J
invokevirtual sun.security.jgss.wrapper.GSSLibStub.getContextTime:(J)I
ireturn
end local 0 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 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.srcName:Lsun/security/jgss/wrapper/GSSNameElement;
areturn
end local 0 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 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.targetName:Lsun/security/jgss/wrapper/GSSNameElement;
areturn
end local 0 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 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isEstablished:Z
ifeq 2
aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.actualMech:Lorg/ietf/jgss/Oid;
ifnull 2
1: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.actualMech:Lorg/ietf/jgss/Oid;
areturn
2: StackMap locals:
StackMap stack:
aload 0
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 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/jgss/wrapper/NativeGSSContext;
Exceptions:
throws org.ietf.jgss.GSSException
public sun.security.jgss.spi.GSSCredentialSpi getDelegCred();
descriptor: ()Lsun/security/jgss/spi/GSSCredentialSpi;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.delegatedCred:Lsun/security/jgss/wrapper/GSSCredElement;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/jgss/wrapper/NativeGSSContext;
Exceptions:
throws org.ietf.jgss.GSSException
public boolean isInitiator();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.jgss.wrapper.NativeGSSContext.isInitiator:Z
ireturn
end local 0 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 0: aload 0
invokevirtual sun.security.jgss.wrapper.NativeGSSContext.dispose:()V
1: return
end local 0 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 start local 1 0: new org.ietf.jgss.GSSException
dup
bipush 16
iconst_m1
1: ldc "Inquire type not supported."
2: invokespecial org.ietf.jgss.GSSException.<init>:(IILjava/lang/String;)V
athrow
end local 1 end local 0 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"