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 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.asn1.cms.TimeStampAndCRL.timeStamp:Lorg/bouncycastle/asn1/cms/ContentInfo;
2: return
end local 1 end local 0 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 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
aload 1
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: aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
iconst_2
if_icmpne 4
3: aload 0
aload 1
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: StackMap locals: org.bouncycastle.asn1.cms.TimeStampAndCRL org.bouncycastle.asn1.ASN1Sequence
StackMap stack:
return
end local 1 end local 0 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 0: aload 0
instanceof org.bouncycastle.asn1.cms.TimeStampAndCRL
ifeq 2
1: aload 0
checkcast org.bouncycastle.asn1.cms.TimeStampAndCRL
areturn
2: StackMap locals:
StackMap stack:
aload 0
ifnull 4
3: new org.bouncycastle.asn1.cms.TimeStampAndCRL
dup
aload 0
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: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.asn1.cms.TimeStampAndCRL.timeStamp:Lorg/bouncycastle/asn1/cms/ContentInfo;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.asn1.cms.TimeStampAndCRL.crl:Lorg/bouncycastle/asn1/x509/CertificateList;
areturn
end local 0 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 0: new org.bouncycastle.asn1.ASN1EncodableVector
dup
invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
astore 1
start local 1 1: aload 1
aload 0
getfield org.bouncycastle.asn1.cms.TimeStampAndCRL.timeStamp:Lorg/bouncycastle/asn1/cms/ContentInfo;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
2: aload 0
getfield org.bouncycastle.asn1.cms.TimeStampAndCRL.crl:Lorg/bouncycastle/asn1/x509/CertificateList;
ifnull 4
3: aload 1
aload 0
getfield org.bouncycastle.asn1.cms.TimeStampAndCRL.crl:Lorg/bouncycastle/asn1/x509/CertificateList;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
4: StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
StackMap stack:
new org.bouncycastle.asn1.DERSequence
dup
aload 1
invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
areturn
end local 1 end local 0 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"