public class com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI 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.XMLX509SKI
  super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
  private static java.util.logging.Logger log;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public static final java.lang.String SKI_OID;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "2.5.29.14"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            ldc Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
         1: .line 44
            putstatic com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI.log:Ljava/util/logging/Logger;
         2: .line 56
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.XMLX509SKI 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\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement 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.XMLX509SKI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI;
    MethodParameters:
          Name  Flags
      doc       
      skiBytes  

  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.XMLX509SKI 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\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement 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.XMLX509SKI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
                 Name  Flags
      doc              
      x509certificate  

  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.XMLX509SKI 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\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement 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.XMLX509SKI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
         Name  Flags
      element  
      BaseURI  

  public byte[] getSKIBytes();
    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.XMLX509SKI this
         0: .line 100
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI.getBytesFromTextChild:()[B
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException

  public static byte[] getSKIBytesFromCert(java.security.cert.X509Certificate);
    descriptor: (Ljava/security/cert/X509Certificate;)[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // java.security.cert.X509Certificate cert
         0: .line 115
            aload 0 /* cert */
            invokevirtual java.security.cert.X509Certificate.getVersion:()I
            iconst_3
            if_icmpge 3
         1: .line 116
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* cert */
            invokevirtual java.security.cert.X509Certificate.getVersion:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            astore 1 /* exArgs */
        start local 1 // java.lang.Object[] exArgs
         2: .line 117
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            ldc "certificate.noSki.lowVersion"
            aload 1 /* exArgs */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.Object[] exArgs
         3: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* cert */
            ldc "2.5.29.14"
            invokevirtual java.security.cert.X509Certificate.getExtensionValue:(Ljava/lang/String;)[B
            astore 1 /* extensionValue */
        start local 1 // byte[] extensionValue
         4: .line 127
            aload 1 /* extensionValue */
            ifnonnull 6
         5: .line 128
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            ldc "certificate.noSki.null"
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 137
      StackMap locals: byte[]
      StackMap stack:
            aload 1 /* extensionValue */
            arraylength
            iconst_4
            isub
            newarray 8
            astore 2 /* skidValue */
        start local 2 // byte[] skidValue
         7: .line 139
            aload 1 /* extensionValue */
            iconst_4
            aload 2 /* skidValue */
            iconst_0
            aload 2 /* skidValue */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 141
            getstatic com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI.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 10
         9: .line 142
            getstatic com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Base64 of SKI is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* skidValue */
            invokestatic com.sun.org.apache.xml.internal.security.utils.Base64.encode:([B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        10: .line 145
      StackMap locals: byte[]
      StackMap stack:
            aload 2 /* skidValue */
            areturn
        end local 2 // byte[] skidValue
        end local 1 // byte[] extensionValue
        end local 0 // java.security.cert.X509Certificate cert
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            cert  Ljava/security/cert/X509Certificate;
            2    3     1          exArgs  [Ljava/lang/Object;
            4   11     1  extensionValue  [B
            7   11     2       skidValue  [B
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      cert  

  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.XMLX509SKI this
        start local 1 // java.lang.Object obj
         0: .line 150
            aload 1 /* obj */
            instanceof com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI
            ifne 2
         1: .line 151
            iconst_0
            ireturn
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI
            astore 2 /* other */
        start local 2 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI other
         3: .line 157
            aload 2 /* other */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI.getSKIBytes:()[B
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI.getSKIBytes:()[B
            invokestatic java.util.Arrays.equals:([B[B)Z
         4: ireturn
         5: .line 158
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI java.lang.Object com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI
      StackMap stack: com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            pop
         6: .line 159
            iconst_0
            ireturn
        end local 2 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI other
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI;
            0    7     1    obj  Ljava/lang/Object;
            3    7     2  other  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI;
      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.XMLX509SKI this
         0: .line 164
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 166
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI.getSKIBytes:()[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         2: .line 167
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 168
      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 167
            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 170
            goto 11
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI 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 171
            getstatic com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI.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 172
            getstatic com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI.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 175
      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.XMLX509SKI this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI;
            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.XMLX509SKI this
         0: .line 181
            ldc "X509SKI"
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SKI;
}
SourceFile: "XMLX509SKI.java"