public abstract class java.security.cert.X509CRLEntry implements java.security.cert.X509Extension
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: java.security.cert.X509CRLEntry
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.cert.X509CRLEntry this
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // java.security.cert.X509CRLEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/cert/X509CRLEntry;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.security.cert.X509CRLEntry this
        start local 1 // java.lang.Object other
         0: .line 81
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 82
            iconst_1
            ireturn
         2: .line 83
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof java.security.cert.X509CRLEntry
            ifne 4
         3: .line 84
            iconst_0
            ireturn
         4: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.security.cert.X509CRLEntry.getEncoded:()[B
            astore 2 /* thisCRLEntry */
        start local 2 // byte[] thisCRLEntry
         5: .line 87
            aload 1 /* other */
            checkcast java.security.cert.X509CRLEntry
            invokevirtual java.security.cert.X509CRLEntry.getEncoded:()[B
            astore 3 /* otherCRLEntry */
        start local 3 // byte[] otherCRLEntry
         6: .line 89
            aload 2 /* thisCRLEntry */
            arraylength
            aload 3 /* otherCRLEntry */
            arraylength
            if_icmpeq 8
         7: .line 90
            iconst_0
            ireturn
         8: .line 91
      StackMap locals: byte[] byte[]
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         9: goto 13
        10: .line 92
      StackMap locals: int
      StackMap stack:
            aload 2 /* thisCRLEntry */
            iload 4 /* i */
            baload
            aload 3 /* otherCRLEntry */
            iload 4 /* i */
            baload
            if_icmpeq 12
        11: .line 93
            iconst_0
            ireturn
        12: .line 91
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            aload 2 /* thisCRLEntry */
            arraylength
            if_icmplt 10
        end local 4 // int i
        end local 3 // byte[] otherCRLEntry
        end local 2 // byte[] thisCRLEntry
        14: .line 94
            goto 17
      StackMap locals: java.security.cert.X509CRLEntry java.lang.Object
      StackMap stack: java.security.cert.CRLException
        15: pop
        16: .line 95
            iconst_0
            ireturn
        17: .line 97
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // java.security.cert.X509CRLEntry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Ljava/security/cert/X509CRLEntry;
            0   18     1          other  Ljava/lang/Object;
            5   14     2   thisCRLEntry  [B
            6   14     3  otherCRLEntry  [B
            9   14     4              i  I
      Exception table:
        from    to  target  type
           4     7      15  Class java.security.cert.CRLException
           8    11      15  Class java.security.cert.CRLException
          12    14      15  Class java.security.cert.CRLException
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.security.cert.X509CRLEntry this
         0: .line 107
            iconst_0
            istore 1 /* retval */
        start local 1 // int retval
         1: .line 109
            aload 0 /* this */
            invokevirtual java.security.cert.X509CRLEntry.getEncoded:()[B
            astore 2 /* entryData */
        start local 2 // byte[] entryData
         2: .line 110
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 111
      StackMap locals: int byte[] int
      StackMap stack:
            iload 1 /* retval */
            aload 2 /* entryData */
            iload 3 /* i */
            baload
            iload 3 /* i */
            imul
            iadd
            istore 1 /* retval */
         5: .line 110
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 2 /* entryData */
            arraylength
            if_icmplt 4
        end local 3 // int i
        end local 2 // byte[] entryData
         7: .line 113
            goto 10
      StackMap locals: java.security.cert.X509CRLEntry int
      StackMap stack: java.security.cert.CRLException
         8: pop
         9: .line 114
            iload 1 /* retval */
            ireturn
        10: .line 116
      StackMap locals:
      StackMap stack:
            iload 1 /* retval */
            ireturn
        end local 1 // int retval
        end local 0 // java.security.cert.X509CRLEntry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Ljava/security/cert/X509CRLEntry;
            1   11     1     retval  I
            2    7     2  entryData  [B
            3    7     3          i  I
      Exception table:
        from    to  target  type
           1     7       8  Class java.security.cert.CRLException

  public abstract byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.security.cert.CRLException

  public abstract java.math.BigInteger getSerialNumber();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public javax.security.auth.x500.X500Principal getCertificateIssuer();
    descriptor: ()Ljavax/security/auth/x500/X500Principal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.cert.X509CRLEntry this
         0: .line 151
            aconst_null
            areturn
        end local 0 // java.security.cert.X509CRLEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/cert/X509CRLEntry;

  public abstract java.util.Date getRevocationDate();
    descriptor: ()Ljava/util/Date;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean hasExtensions();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.security.cert.CRLReason getRevocationReason();
    descriptor: ()Ljava/security/cert/CRLReason;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.cert.X509CRLEntry this
         0: .line 186
            aload 0 /* this */
            invokevirtual java.security.cert.X509CRLEntry.hasExtensions:()Z
            ifne 2
         1: .line 187
            aconst_null
            areturn
         2: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic sun.security.x509.X509CRLEntryImpl.getRevocationReason:(Ljava/security/cert/X509CRLEntry;)Ljava/security/cert/CRLReason;
            areturn
        end local 0 // java.security.cert.X509CRLEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/security/cert/X509CRLEntry;
}
SourceFile: "X509CRLEntry.java"