abstract class sun.security.ssl.SSLCipher$SSLReadCipher
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: sun.security.ssl.SSLCipher$SSLReadCipher
super_class: java.lang.Object
{
final sun.security.ssl.Authenticator authenticator;
descriptor: Lsun/security/ssl/Authenticator;
flags: (0x0010) ACC_FINAL
final sun.security.ssl.ProtocolVersion protocolVersion;
descriptor: Lsun/security/ssl/ProtocolVersion;
flags: (0x0010) ACC_FINAL
boolean keyLimitEnabled;
descriptor: Z
flags: (0x0000)
long keyLimitCountdown;
descriptor: J
flags: (0x0000)
javax.crypto.SecretKey baseSecret;
descriptor: Ljavax/crypto/SecretKey;
flags: (0x0000)
void <init>(sun.security.ssl.Authenticator, sun.security.ssl.ProtocolVersion);
descriptor: (Lsun/security/ssl/Authenticator;Lsun/security/ssl/ProtocolVersion;)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
iconst_0
putfield sun.security.ssl.SSLCipher$SSLReadCipher.keyLimitEnabled:Z
2: aload 0
lconst_0
putfield sun.security.ssl.SSLCipher$SSLReadCipher.keyLimitCountdown:J
3: aload 0
aload 1
putfield sun.security.ssl.SSLCipher$SSLReadCipher.authenticator:Lsun/security/ssl/Authenticator;
4: aload 0
aload 2
putfield sun.security.ssl.SSLCipher$SSLReadCipher.protocolVersion:Lsun/security/ssl/ProtocolVersion;
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/ssl/SSLCipher$SSLReadCipher;
0 6 1 authenticator Lsun/security/ssl/Authenticator;
0 6 2 protocolVersion Lsun/security/ssl/ProtocolVersion;
MethodParameters:
Name Flags
authenticator
protocolVersion
static final sun.security.ssl.SSLCipher$SSLReadCipher nullTlsReadCipher();
descriptor: ()Lsun/security/ssl/SSLCipher$SSLReadCipher;
flags: (0x0018) ACC_STATIC, ACC_FINAL
Code:
stack=6, locals=1, args_size=0
0: getstatic sun.security.ssl.SSLCipher.B_NULL:Lsun/security/ssl/SSLCipher;
1: invokestatic sun.security.ssl.Authenticator.nullTlsMac:()Lsun/security/ssl/Authenticator;
2: getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
aconst_null
aconst_null
aconst_null
3: invokevirtual sun.security.ssl.SSLCipher.createReadCipher:(Lsun/security/ssl/Authenticator;Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;)Lsun/security/ssl/SSLCipher$SSLReadCipher;
4: areturn
5: StackMap locals:
StackMap stack: java.security.GeneralSecurityException
astore 0
start local 0 6: new java.lang.RuntimeException
dup
ldc "Cannot create NULL SSLCipher"
aload 0
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
6 7 0 gse Ljava/security/GeneralSecurityException;
Exception table:
from to target type
0 4 5 Class java.security.GeneralSecurityException
static final sun.security.ssl.SSLCipher$SSLReadCipher nullDTlsReadCipher();
descriptor: ()Lsun/security/ssl/SSLCipher$SSLReadCipher;
flags: (0x0018) ACC_STATIC, ACC_FINAL
Code:
stack=6, locals=1, args_size=0
0: getstatic sun.security.ssl.SSLCipher.B_NULL:Lsun/security/ssl/SSLCipher;
1: invokestatic sun.security.ssl.Authenticator.nullDtlsMac:()Lsun/security/ssl/Authenticator;
2: getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
aconst_null
aconst_null
aconst_null
3: invokevirtual sun.security.ssl.SSLCipher.createReadCipher:(Lsun/security/ssl/Authenticator;Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;)Lsun/security/ssl/SSLCipher$SSLReadCipher;
4: areturn
5: StackMap locals:
StackMap stack: java.security.GeneralSecurityException
astore 0
start local 0 6: new java.lang.RuntimeException
dup
ldc "Cannot create NULL SSLCipher"
aload 0
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
6 7 0 gse Ljava/security/GeneralSecurityException;
Exception table:
from to target type
0 4 5 Class java.security.GeneralSecurityException
abstract sun.security.ssl.Plaintext decrypt(byte, java.nio.ByteBuffer, byte[]);
descriptor: (BLjava/nio/ByteBuffer;[B)Lsun/security/ssl/Plaintext;
flags: (0x0400) ACC_ABSTRACT
Exceptions:
throws java.security.GeneralSecurityException
MethodParameters:
Name Flags
contentType
bb
sequence
void dispose();
descriptor: ()V
flags: (0x0000)
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/SSLCipher$SSLReadCipher;
abstract int estimateFragmentSize(int, int);
descriptor: (II)I
flags: (0x0400) ACC_ABSTRACT
MethodParameters:
Name Flags
packetSize
headerSize
boolean isNullCipher();
descriptor: ()Z
flags: (0x0000)
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/ssl/SSLCipher$SSLReadCipher;
public boolean atKeyLimit();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.SSLCipher$SSLReadCipher.keyLimitCountdown:J
lconst_0
lcmp
iflt 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.security.ssl.SSLCipher$SSLReadCipher.keyLimitEnabled:Z
3: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/SSLCipher$SSLReadCipher;
}
SourceFile: "SSLCipher.java"
NestHost: sun.security.ssl.SSLCipher
InnerClasses:
abstract SSLReadCipher = sun.security.ssl.SSLCipher$SSLReadCipher of sun.security.ssl.SSLCipher