public class io.vertx.core.net.impl.SelfSignedCertificateImpl implements io.vertx.core.net.SelfSignedCertificate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.net.impl.SelfSignedCertificateImpl
  super_class: java.lang.Object
{
  private final io.netty.handler.ssl.util.SelfSignedCertificate certificate;
    descriptor: Lio/netty/handler/ssl/util/SelfSignedCertificate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            new io.netty.handler.ssl.util.SelfSignedCertificate
            dup
            invokespecial io.netty.handler.ssl.util.SelfSignedCertificate.<init>:()V
            putfield io.vertx.core.net.impl.SelfSignedCertificateImpl.certificate:Lio/netty/handler/ssl/util/SelfSignedCertificate;
         2: .line 29
            goto 5
      StackMap locals: io.vertx.core.net.impl.SelfSignedCertificateImpl
      StackMap stack: java.security.cert.CertificateException
         3: astore 1 /* e */
        start local 1 // java.security.cert.CertificateException e
         4: .line 30
            new io.vertx.core.VertxException
            dup
            aload 1 /* e */
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.security.cert.CertificateException e
         5: .line 32
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/net/impl/SelfSignedCertificateImpl;
            4    5     1     e  Ljava/security/cert/CertificateException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.security.cert.CertificateException

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
        start local 1 // java.lang.String fqdn
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            new io.netty.handler.ssl.util.SelfSignedCertificate
            dup
            aload 1 /* fqdn */
            invokespecial io.netty.handler.ssl.util.SelfSignedCertificate.<init>:(Ljava/lang/String;)V
            putfield io.vertx.core.net.impl.SelfSignedCertificateImpl.certificate:Lio/netty/handler/ssl/util/SelfSignedCertificate;
         2: .line 37
            goto 5
      StackMap locals: io.vertx.core.net.impl.SelfSignedCertificateImpl java.lang.String
      StackMap stack: java.security.cert.CertificateException
         3: astore 2 /* e */
        start local 2 // java.security.cert.CertificateException e
         4: .line 38
            new io.vertx.core.VertxException
            dup
            aload 2 /* e */
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.security.cert.CertificateException e
         5: .line 40
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String fqdn
        end local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/net/impl/SelfSignedCertificateImpl;
            0    6     1  fqdn  Ljava/lang/String;
            4    5     2     e  Ljava/security/cert/CertificateException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.security.cert.CertificateException
    MethodParameters:
      Name  Flags
      fqdn  

  public io.vertx.core.net.PemKeyCertOptions keyCertOptions();
    descriptor: ()Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
         0: .line 44
            new io.vertx.core.net.PemKeyCertOptions
            dup
            invokespecial io.vertx.core.net.PemKeyCertOptions.<init>:()V
         1: .line 45
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.SelfSignedCertificateImpl.privateKeyPath:()Ljava/lang/String;
            invokevirtual io.vertx.core.net.PemKeyCertOptions.setKeyPath:(Ljava/lang/String;)Lio/vertx/core/net/PemKeyCertOptions;
         2: .line 46
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.SelfSignedCertificateImpl.certificatePath:()Ljava/lang/String;
            invokevirtual io.vertx.core.net.PemKeyCertOptions.setCertPath:(Ljava/lang/String;)Lio/vertx/core/net/PemKeyCertOptions;
         3: .line 44
            areturn
        end local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/net/impl/SelfSignedCertificateImpl;

  public io.vertx.core.net.PemTrustOptions trustOptions();
    descriptor: ()Lio/vertx/core/net/PemTrustOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
         0: .line 51
            new io.vertx.core.net.PemTrustOptions
            dup
            invokespecial io.vertx.core.net.PemTrustOptions.<init>:()V
            aload 0 /* this */
            invokevirtual io.vertx.core.net.impl.SelfSignedCertificateImpl.certificatePath:()Ljava/lang/String;
            invokevirtual io.vertx.core.net.PemTrustOptions.addCertPath:(Ljava/lang/String;)Lio/vertx/core/net/PemTrustOptions;
            areturn
        end local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/SelfSignedCertificateImpl;

  public java.lang.String privateKeyPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.core.net.impl.SelfSignedCertificateImpl.certificate:Lio/netty/handler/ssl/util/SelfSignedCertificate;
            invokevirtual io.netty.handler.ssl.util.SelfSignedCertificate.privateKey:()Ljava/io/File;
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/SelfSignedCertificateImpl;

  public java.lang.String certificatePath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
         0: .line 61
            aload 0 /* this */
            getfield io.vertx.core.net.impl.SelfSignedCertificateImpl.certificate:Lio/netty/handler/ssl/util/SelfSignedCertificate;
            invokevirtual io.netty.handler.ssl.util.SelfSignedCertificate.certificate:()Ljava/io/File;
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/SelfSignedCertificateImpl;

  public void delete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.core.net.impl.SelfSignedCertificateImpl.certificate:Lio/netty/handler/ssl/util/SelfSignedCertificate;
            invokevirtual io.netty.handler.ssl.util.SelfSignedCertificate.delete:()V
         1: .line 67
            return
        end local 0 // io.vertx.core.net.impl.SelfSignedCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/SelfSignedCertificateImpl;
}
SourceFile: "SelfSignedCertificateImpl.java"