public final class sun.security.ssl.SSLContextImpl$DefaultSSLContext extends sun.security.ssl.SSLContextImpl$CustomizedTLSContext
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.SSLContextImpl$DefaultSSLContext
super_class: sun.security.ssl.SSLContextImpl$CustomizedTLSContext
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
invokespecial sun.security.ssl.SSLContextImpl$CustomizedTLSContext.<init>:()V
1: getstatic sun.security.ssl.SSLContextImpl$DefaultManagersHolder.reservedException:Ljava/lang/Exception;
ifnull 3
2: getstatic sun.security.ssl.SSLContextImpl$DefaultManagersHolder.reservedException:Ljava/lang/Exception;
athrow
3: StackMap locals: sun.security.ssl.SSLContextImpl$DefaultSSLContext
StackMap stack:
aload 0
getstatic sun.security.ssl.SSLContextImpl$DefaultManagersHolder.keyManagers:[Ljavax/net/ssl/KeyManager;
4: getstatic sun.security.ssl.SSLContextImpl$DefaultManagersHolder.trustManagers:[Ljavax/net/ssl/TrustManager;
aconst_null
5: invokespecial sun.security.ssl.SSLContextImpl$CustomizedTLSContext.engineInit:([Ljavax/net/ssl/KeyManager;[Ljavax/net/ssl/TrustManager;Ljava/security/SecureRandom;)V
6: goto 11
StackMap locals:
StackMap stack: java.lang.Exception
7: astore 1
start local 1 8: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 10
ldc "ssl,defaultctx"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 10
9: ldc "default context init failed: "
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
10: StackMap locals: java.lang.Exception
StackMap stack:
aload 1
athrow
end local 1 11: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/security/ssl/SSLContextImpl$DefaultSSLContext;
8 11 1 e Ljava/lang/Exception;
Exception table:
from to target type
3 6 7 Class java.lang.Exception
Exceptions:
throws java.lang.Exception
protected void engineInit(javax.net.ssl.KeyManager[], javax.net.ssl.TrustManager[], java.security.SecureRandom);
descriptor: ([Ljavax/net/ssl/KeyManager;[Ljavax/net/ssl/TrustManager;Ljava/security/SecureRandom;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new java.security.KeyManagementException
dup
1: ldc "Default SSLContext is initialized automatically"
2: invokespecial java.security.KeyManagementException.<init>:(Ljava/lang/String;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/SSLContextImpl$DefaultSSLContext;
0 3 1 km [Ljavax/net/ssl/KeyManager;
0 3 2 tm [Ljavax/net/ssl/TrustManager;
0 3 3 sr Ljava/security/SecureRandom;
Exceptions:
throws java.security.KeyManagementException
MethodParameters:
Name Flags
km
tm
sr
static sun.security.ssl.SSLContextImpl getDefaultImpl();
descriptor: ()Lsun/security/ssl/SSLContextImpl;
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic sun.security.ssl.SSLContextImpl$DefaultSSLContextHolder.reservedException:Ljava/lang/Exception;
ifnull 2
1: getstatic sun.security.ssl.SSLContextImpl$DefaultSSLContextHolder.reservedException:Ljava/lang/Exception;
athrow
2: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.SSLContextImpl$DefaultSSLContextHolder.sslContext:Lsun/security/ssl/SSLContextImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
SourceFile: "SSLContextImpl.java"
NestHost: sun.security.ssl.SSLContextImpl
InnerClasses:
private CustomizedTLSContext = sun.security.ssl.SSLContextImpl$CustomizedTLSContext of sun.security.ssl.SSLContextImpl
private final DefaultManagersHolder = sun.security.ssl.SSLContextImpl$DefaultManagersHolder of sun.security.ssl.SSLContextImpl
public final DefaultSSLContext = sun.security.ssl.SSLContextImpl$DefaultSSLContext of sun.security.ssl.SSLContextImpl
private final DefaultSSLContextHolder = sun.security.ssl.SSLContextImpl$DefaultSSLContextHolder of sun.security.ssl.SSLContextImpl