public final class sun.security.ssl.HandshakeInStream extends java.io.ByteArrayInputStream
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.HandshakeInStream
super_class: java.io.ByteArrayInputStream
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
newarray 8
invokespecial java.io.ByteArrayInputStream.<init>:([B)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/HandshakeInStream;
public int read(byte[]);
descriptor: ([B)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial java.io.ByteArrayInputStream.read:([B)I
aload 1
arraylength
if_icmpeq 2
1: new javax.net.ssl.SSLException
dup
ldc "Unexpected end of handshake data"
invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
arraylength
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/HandshakeInStream;
0 3 1 b [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
void incomingRecord(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.HandshakeInStream.pos:I
ifeq 6
1: aload 0
getfield sun.security.ssl.HandshakeInStream.count:I
aload 0
getfield sun.security.ssl.HandshakeInStream.pos:I
isub
istore 2
start local 2 2: iload 2
ifeq 4
3: aload 0
getfield sun.security.ssl.HandshakeInStream.buf:[B
aload 0
getfield sun.security.ssl.HandshakeInStream.pos:I
aload 0
getfield sun.security.ssl.HandshakeInStream.buf:[B
iconst_0
iload 2
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
4: StackMap locals: int
StackMap stack:
aload 0
iconst_0
putfield sun.security.ssl.HandshakeInStream.pos:I
5: aload 0
iload 2
putfield sun.security.ssl.HandshakeInStream.count:I
end local 2 6: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
aload 0
getfield sun.security.ssl.HandshakeInStream.count:I
iadd
istore 2
start local 2 7: aload 0
getfield sun.security.ssl.HandshakeInStream.buf:[B
arraylength
iload 2
if_icmpge 12
8: iload 2
newarray 8
astore 3
start local 3 9: aload 0
getfield sun.security.ssl.HandshakeInStream.count:I
ifeq 11
10: aload 0
getfield sun.security.ssl.HandshakeInStream.buf:[B
iconst_0
aload 3
iconst_0
aload 0
getfield sun.security.ssl.HandshakeInStream.count:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
11: StackMap locals: int byte[]
StackMap stack:
aload 0
aload 3
putfield sun.security.ssl.HandshakeInStream.buf:[B
end local 3 12: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield sun.security.ssl.HandshakeInStream.buf:[B
aload 0
getfield sun.security.ssl.HandshakeInStream.count:I
aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
pop
13: aload 0
iload 2
putfield sun.security.ssl.HandshakeInStream.count:I
14: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lsun/security/ssl/HandshakeInStream;
0 15 1 in Ljava/nio/ByteBuffer;
2 6 2 len I
7 15 2 len I
9 12 3 newbuf [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
in
int getInt8();
descriptor: ()I
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
1: aload 0
invokevirtual sun.security.ssl.HandshakeInStream.read:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/HandshakeInStream;
Exceptions:
throws java.io.IOException
int getInt16();
descriptor: ()I
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_2
invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
1: aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
bipush 8
ishl
aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
ior
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/HandshakeInStream;
Exceptions:
throws java.io.IOException
int getInt24();
descriptor: ()I
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
iconst_3
invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
1: aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
bipush 16
ishl
aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
bipush 8
ishl
ior
aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
ior
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/HandshakeInStream;
Exceptions:
throws java.io.IOException
int getInt32();
descriptor: ()I
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
iconst_4
invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
1: aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
bipush 24
ishl
aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
bipush 16
ishl
ior
2: aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
bipush 8
ishl
3: ior
4: aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
5: ior
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/ssl/HandshakeInStream;
Exceptions:
throws java.io.IOException
byte[] getBytes8();
descriptor: ()[B
flags: (0x0000)
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
istore 1
start local 1 1: aload 0
iload 1
invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
2: iload 1
newarray 8
astore 2
start local 2 3: aload 0
aload 2
invokevirtual sun.security.ssl.HandshakeInStream.read:([B)I
pop
4: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ssl/HandshakeInStream;
1 5 1 len I
3 5 2 b [B
Exceptions:
throws java.io.IOException
public byte[] getBytes16();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt16:()I
istore 1
start local 1 1: aload 0
iload 1
invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
2: iload 1
newarray 8
astore 2
start local 2 3: aload 0
aload 2
invokevirtual sun.security.ssl.HandshakeInStream.read:([B)I
pop
4: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ssl/HandshakeInStream;
1 5 1 len I
3 5 2 b [B
Exceptions:
throws java.io.IOException
byte[] getBytes24();
descriptor: ()[B
flags: (0x0000)
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual sun.security.ssl.HandshakeInStream.getInt24:()I
istore 1
start local 1 1: aload 0
iload 1
invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
2: iload 1
newarray 8
astore 2
start local 2 3: aload 0
aload 2
invokevirtual sun.security.ssl.HandshakeInStream.read:([B)I
pop
4: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ssl/HandshakeInStream;
1 5 1 len I
3 5 2 b [B
Exceptions:
throws java.io.IOException
private void verifyLength(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
invokevirtual sun.security.ssl.HandshakeInStream.available:()I
if_icmple 2
1: new javax.net.ssl.SSLException
dup
ldc "Unexpected end of handshake data"
invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/HandshakeInStream;
0 3 1 len I
Exceptions:
throws javax.net.ssl.SSLException
MethodParameters:
Name Flags
len
}
SourceFile: "HandshakeInStream.java"