public class com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate extends com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy implements com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509DataContent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate
  super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
  public static final java.lang.String JCA_CERT_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "X.509"

  public void <init>(Element, java.lang.String);
    descriptor: (LElement;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
         Name  Flags
      element  
      BaseURI  

  public void <init>(Document, byte[]);
    descriptor: (LDocument;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
    MethodParameters:
                  Name  Flags
      doc               
      certificateBytes  

  public void <init>(Document, java.security.cert.X509Certificate);
    descriptor: (LDocument;Ljava/security/cert/X509Certificate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
                 Name  Flags
      doc              
      x509certificate  

  public byte[] getCertificateBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
         0: .line 96
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate.getBytesFromTextChild:()[B
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException

  public java.security.cert.X509Certificate getX509Certificate();
    descriptor: ()Ljava/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
         0: .line 108
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate.getCertificateBytes:()[B
            astore 1 /* certbytes */
        start local 1 // byte[] certbytes
         1: .line 110
            ldc "X.509"
            invokestatic java.security.cert.CertificateFactory.getInstance:(Ljava/lang/String;)Ljava/security/cert/CertificateFactory;
         2: .line 109
            astore 2 /* certFact */
        start local 2 // java.security.cert.CertificateFactory certFact
         3: .line 112
            aload 2 /* certFact */
         4: .line 113
            new java.io.ByteArrayInputStream
            dup
            aload 1 /* certbytes */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            invokevirtual java.security.cert.CertificateFactory.generateCertificate:(Ljava/io/InputStream;)Ljava/security/cert/Certificate;
         5: .line 112
            checkcast java.security.cert.X509Certificate
         6: .line 111
            astore 3 /* cert */
        start local 3 // java.security.cert.X509Certificate cert
         7: .line 115
            aload 3 /* cert */
            ifnull 10
         8: .line 116
            aload 3 /* cert */
         9: areturn
        10: .line 119
      StackMap locals: byte[] java.security.cert.CertificateFactory java.security.cert.X509Certificate
      StackMap stack:
            aconst_null
            areturn
        end local 3 // java.security.cert.X509Certificate cert
        end local 2 // java.security.cert.CertificateFactory certFact
        end local 1 // byte[] certbytes
        11: .line 120
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate
      StackMap stack: java.security.cert.CertificateException
            astore 1 /* ex */
        start local 1 // java.security.cert.CertificateException ex
        12: .line 121
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            ldc "empty"
            aload 1 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 1 // java.security.cert.CertificateException ex
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
            1   11     1  certbytes  [B
            3   11     2   certFact  Ljava/security/cert/CertificateFactory;
            7   11     3       cert  Ljava/security/cert/X509Certificate;
           12   13     1         ex  Ljava/security/cert/CertificateException;
      Exception table:
        from    to  target  type
           0     9      11  Class java.security.cert.CertificateException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException

  public java.security.PublicKey getPublicKey();
    descriptor: ()Ljava/security/PublicKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
         0: .line 133
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate.getX509Certificate:()Ljava/security/cert/X509Certificate;
            astore 1 /* cert */
        start local 1 // java.security.cert.X509Certificate cert
         1: .line 135
            aload 1 /* cert */
            ifnull 3
         2: .line 136
            aload 1 /* cert */
            invokevirtual java.security.cert.X509Certificate.getPublicKey:()Ljava/security/PublicKey;
            areturn
         3: .line 139
      StackMap locals: java.security.cert.X509Certificate
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.security.cert.X509Certificate cert
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
            1    4     1  cert  Ljava/security/cert/X509Certificate;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
        start local 1 // java.lang.Object obj
         0: .line 145
            aload 1 /* obj */
            ifnonnull 2
         1: .line 146
            iconst_0
            ireturn
         2: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 149
            iconst_0
            ireturn
         4: .line 151
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate
            astore 2 /* other */
        start local 2 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate other
         5: .line 156
            aload 2 /* other */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate.getCertificateBytes:()[B
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate.getCertificateBytes:()[B
         6: .line 155
            invokestatic java.security.MessageDigest.isEqual:([B[B)Z
         7: ireturn
         8: .line 157
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate java.lang.Object com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate
      StackMap stack: com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            pop
         9: .line 158
            iconst_0
            ireturn
        end local 2 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate other
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
            0   10     1    obj  Ljava/lang/Object;
            5   10     2  other  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
      Exception table:
        from    to  target  type
           5     7       8  Class com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String getBaseLocalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
         0: .line 164
            ldc "X509Certificate"
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
}
SourceFile: "XMLX509Certificate.java"