public class org.bouncycastle.asn1.cms.TimeStampAndCRL extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.cms.TimeStampAndCRL
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  private org.bouncycastle.asn1.cms.ContentInfo timeStamp;
    descriptor: Lorg/bouncycastle/asn1/cms/ContentInfo;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.asn1.x509.CertificateList crl;
    descriptor: Lorg/bouncycastle/asn1/x509/CertificateList;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.asn1.cms.ContentInfo);
    descriptor: (Lorg/bouncycastle/asn1/cms/ContentInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.cms.TimeStampAndCRL this
        start local 1 // org.bouncycastle.asn1.cms.ContentInfo timeStamp
         0: .line 16
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 18
            aload 0 /* this */
            aload 1 /* timeStamp */
            putfield org.bouncycastle.asn1.cms.TimeStampAndCRL.timeStamp:Lorg/bouncycastle/asn1/cms/ContentInfo;
         2: .line 19
            return
        end local 1 // org.bouncycastle.asn1.cms.ContentInfo timeStamp
        end local 0 // org.bouncycastle.asn1.cms.TimeStampAndCRL this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/bouncycastle/asn1/cms/TimeStampAndCRL;
            0    3     1  timeStamp  Lorg/bouncycastle/asn1/cms/ContentInfo;
    MethodParameters:
           Name  Flags
      timeStamp  

  private void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.cms.TimeStampAndCRL this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 21
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 23
            aload 0 /* this */
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokestatic org.bouncycastle.asn1.cms.ContentInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/ContentInfo;
            putfield org.bouncycastle.asn1.cms.TimeStampAndCRL.timeStamp:Lorg/bouncycastle/asn1/cms/ContentInfo;
         2: .line 24
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_2
            if_icmpne 4
         3: .line 26
            aload 0 /* this */
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokestatic org.bouncycastle.asn1.x509.CertificateList.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/CertificateList;
            putfield org.bouncycastle.asn1.cms.TimeStampAndCRL.crl:Lorg/bouncycastle/asn1/x509/CertificateList;
         4: .line 28
      StackMap locals: org.bouncycastle.asn1.cms.TimeStampAndCRL org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.cms.TimeStampAndCRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/asn1/cms/TimeStampAndCRL;
            0    5     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
    MethodParameters:
      Name  Flags
      seq   

  public static org.bouncycastle.asn1.cms.TimeStampAndCRL getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/TimeStampAndCRL;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 32
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.cms.TimeStampAndCRL
            ifeq 2
         1: .line 34
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.cms.TimeStampAndCRL
            areturn
         2: .line 36
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 4
         3: .line 38
            new org.bouncycastle.asn1.cms.TimeStampAndCRL
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.cms.TimeStampAndCRL.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 41
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public org.bouncycastle.asn1.cms.ContentInfo getTimeStampToken();
    descriptor: ()Lorg/bouncycastle/asn1/cms/ContentInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.TimeStampAndCRL this
         0: .line 46
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.TimeStampAndCRL.timeStamp:Lorg/bouncycastle/asn1/cms/ContentInfo;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.TimeStampAndCRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/TimeStampAndCRL;

  public org.bouncycastle.asn1.x509.CertificateList getCertificateList();
    descriptor: ()Lorg/bouncycastle/asn1/x509/CertificateList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.TimeStampAndCRL this
         0: .line 51
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.TimeStampAndCRL.crl:Lorg/bouncycastle/asn1/x509/CertificateList;
            areturn
        end local 0 // org.bouncycastle.asn1.cms.TimeStampAndCRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/cms/TimeStampAndCRL;

  public org.bouncycastle.asn1.DERObject toASN1Object();
    descriptor: ()Lorg/bouncycastle/asn1/DERObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.cms.TimeStampAndCRL this
         0: .line 65
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         1: .line 67
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.TimeStampAndCRL.timeStamp:Lorg/bouncycastle/asn1/cms/ContentInfo;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         2: .line 69
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.TimeStampAndCRL.crl:Lorg/bouncycastle/asn1/x509/CertificateList;
            ifnull 4
         3: .line 71
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.cms.TimeStampAndCRL.crl:Lorg/bouncycastle/asn1/x509/CertificateList;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         4: .line 74
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.cms.TimeStampAndCRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/asn1/cms/TimeStampAndCRL;
            1    5     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "TimeStampAndCRL.java"