final class sun.security.ssl.ChangeCipherSpec$T13ChangeCipherSpecConsumer implements sun.security.ssl.SSLConsumer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.ChangeCipherSpec$T13ChangeCipherSpecConsumer
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/ChangeCipherSpec$T13ChangeCipherSpecConsumer;
public void consume(sun.security.ssl.ConnectionContext, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/ConnectionContext;Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
checkcast sun.security.ssl.TransportContext
astore 3
start local 3 1: aload 3
getfield sun.security.ssl.TransportContext.consumers:Ljava/util/Map;
getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
2: aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
iconst_1
if_icmpne 3
aload 2
invokevirtual java.nio.ByteBuffer.get:()B
iconst_1
if_icmpeq 6
3: StackMap locals: sun.security.ssl.TransportContext
StackMap stack:
aload 3
getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
4: ldc "Malformed or unexpected ChangeCipherSpec message"
5: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
6: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 8
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 8
7: ldc "Consuming ChangeCipherSpec message"
iconst_0
anewarray java.lang.Object
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
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/ssl/ChangeCipherSpec$T13ChangeCipherSpecConsumer;
0 9 1 context Lsun/security/ssl/ConnectionContext;
0 9 2 message Ljava/nio/ByteBuffer;
1 9 3 tc Lsun/security/ssl/TransportContext;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
}
SourceFile: "ChangeCipherSpec.java"
NestHost: sun.security.ssl.ChangeCipherSpec
InnerClasses:
private final T13ChangeCipherSpecConsumer = sun.security.ssl.ChangeCipherSpec$T13ChangeCipherSpecConsumer of sun.security.ssl.ChangeCipherSpec