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 35
            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 35
            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 35
            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 91
            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 102
            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 104
            ldc "X.509"
            invokestatic java.security.cert.CertificateFactory.getInstance:(Ljava/lang/String;)Ljava/security/cert/CertificateFactory;
         2: .line 103
            astore 2 /* certFact */
        start local 2 // java.security.cert.CertificateFactory certFact
         3: .line 106
            aload 2 /* certFact */
         4: .line 107
            new java.io.ByteArrayInputStream
            dup
            aload 1 /* certbytes */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
         5: .line 106
            invokevirtual java.security.cert.CertificateFactory.generateCertificate:(Ljava/io/InputStream;)Ljava/security/cert/Certificate;
            checkcast java.security.cert.X509Certificate
         6: .line 105
            astore 3 /* cert */
        start local 3 // java.security.cert.X509Certificate cert
         7: .line 110
            aload 3 /* cert */
            ifnull 10
         8: .line 111
            aload 3 /* cert */
         9: areturn
        10: .line 114
      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 115
      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 116
            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 127
            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 129
            aload 1 /* cert */
            ifnull 3
         2: .line 130
            aload 1 /* cert */
            invokevirtual java.security.cert.X509Certificate.getPublicKey:()Ljava/security/PublicKey;
            areturn
         3: .line 133
      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 138
            aload 1 /* obj */
            instanceof com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate
            ifne 2
         1: .line 139
            iconst_0
            ireturn
         2: .line 141
      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
         3: .line 143
            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
            invokestatic java.util.Arrays.equals:([B[B)Z
         4: ireturn
         5: .line 144
      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
         6: .line 145
            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    7     0   this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
            0    7     1    obj  Ljava/lang/Object;
            3    7     2  other  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
      Exception table:
        from    to  target  type
           3     4       5  Class com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    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 150
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 152
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate.getCertificateBytes:()[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         2: .line 153
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 154
      StackMap locals: int byte[] int
      StackMap stack:
            bipush 31
            iload 1 /* result */
            imul
            aload 2 /* bytes */
            iload 3 /* i */
            baload
            iadd
            istore 1 /* result */
         5: .line 153
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 2 /* bytes */
            arraylength
            if_icmplt 4
        end local 3 // int i
        end local 2 // byte[] bytes
         7: .line 156
            goto 11
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate int
      StackMap stack: com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
         8: astore 2 /* e */
        start local 2 // com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException e
         9: .line 157
            getstatic com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 11
        10: .line 158
            getstatic com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.getMessage:()Ljava/lang/String;
            aload 2 /* e */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 2 // com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException e
        11: .line 161
      StackMap locals:
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509Certificate;
            1   12     1  result  I
            2    7     2   bytes  [B
            3    7     3       i  I
            9   11     2       e  Lcom/sun/org/apache/xml/internal/security/exceptions/XMLSecurityException;
      Exception table:
        from    to  target  type
           1     7       8  Class com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException

  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 166
            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"