public class org.bouncycastle.asn1.cmp.KeyRecRepContent extends org.bouncycastle.asn1.ASN1Encodable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.cmp.KeyRecRepContent
super_class: org.bouncycastle.asn1.ASN1Encodable
{
private org.bouncycastle.asn1.cmp.PKIStatusInfo status;
descriptor: Lorg/bouncycastle/asn1/cmp/PKIStatusInfo;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.cmp.CMPCertificate newSigCert;
descriptor: Lorg/bouncycastle/asn1/cmp/CMPCertificate;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.ASN1Sequence caCerts;
descriptor: Lorg/bouncycastle/asn1/ASN1Sequence;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.ASN1Sequence keyPairHist;
descriptor: Lorg/bouncycastle/asn1/ASN1Sequence;
flags: (0x0002) ACC_PRIVATE
private void <init>(org.bouncycastle.asn1.ASN1Sequence);
descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
astore 2
start local 2 2: aload 0
aload 2
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
invokestatic org.bouncycastle.asn1.cmp.PKIStatusInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cmp/PKIStatusInfo;
putfield org.bouncycastle.asn1.cmp.KeyRecRepContent.status:Lorg/bouncycastle/asn1/cmp/PKIStatusInfo;
3: goto 13
4: StackMap locals: org.bouncycastle.asn1.cmp.KeyRecRepContent org.bouncycastle.asn1.ASN1Sequence java.util.Enumeration
StackMap stack:
aload 2
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
invokestatic org.bouncycastle.asn1.ASN1TaggedObject.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1TaggedObject;
astore 3
start local 3 5: aload 3
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
tableswitch { // 0 - 2
0: 6
1: 8
2: 10
default: 12
}
6: StackMap locals: org.bouncycastle.asn1.ASN1TaggedObject
StackMap stack:
aload 0
aload 3
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getObject:()Lorg/bouncycastle/asn1/DERObject;
invokestatic org.bouncycastle.asn1.cmp.CMPCertificate.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cmp/CMPCertificate;
putfield org.bouncycastle.asn1.cmp.KeyRecRepContent.newSigCert:Lorg/bouncycastle/asn1/cmp/CMPCertificate;
7: goto 13
8: StackMap locals:
StackMap stack:
aload 0
aload 3
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getObject:()Lorg/bouncycastle/asn1/DERObject;
invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
putfield org.bouncycastle.asn1.cmp.KeyRecRepContent.caCerts:Lorg/bouncycastle/asn1/ASN1Sequence;
9: goto 13
10: StackMap locals:
StackMap stack:
aload 0
aload 3
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getObject:()Lorg/bouncycastle/asn1/DERObject;
invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
putfield org.bouncycastle.asn1.cmp.KeyRecRepContent.keyPairHist:Lorg/bouncycastle/asn1/ASN1Sequence;
11: goto 13
12: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "unknown tag number: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 3
invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
end local 3 13: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Enumeration.hasMoreElements:()Z
ifne 4
14: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/bouncycastle/asn1/cmp/KeyRecRepContent;
0 15 1 seq Lorg/bouncycastle/asn1/ASN1Sequence;
2 15 2 en Ljava/util/Enumeration;
5 13 3 tObj Lorg/bouncycastle/asn1/ASN1TaggedObject;
MethodParameters:
Name Flags
seq
public static org.bouncycastle.asn1.cmp.KeyRecRepContent getInstance(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/cmp/KeyRecRepContent;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
instanceof org.bouncycastle.asn1.cmp.KeyRecRepContent
ifeq 2
1: aload 0
checkcast org.bouncycastle.asn1.cmp.KeyRecRepContent
areturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof org.bouncycastle.asn1.ASN1Sequence
ifeq 4
3: new org.bouncycastle.asn1.cmp.KeyRecRepContent
dup
aload 0
checkcast org.bouncycastle.asn1.ASN1Sequence
invokespecial org.bouncycastle.asn1.cmp.KeyRecRepContent.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
areturn
4: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Invalid object: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 o Ljava/lang/Object;
MethodParameters:
Name Flags
o
public org.bouncycastle.asn1.cmp.PKIStatusInfo getStatus();
descriptor: ()Lorg/bouncycastle/asn1/cmp/PKIStatusInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.status:Lorg/bouncycastle/asn1/cmp/PKIStatusInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/cmp/KeyRecRepContent;
public org.bouncycastle.asn1.cmp.CMPCertificate getNewSigCert();
descriptor: ()Lorg/bouncycastle/asn1/cmp/CMPCertificate;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.newSigCert:Lorg/bouncycastle/asn1/cmp/CMPCertificate;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/cmp/KeyRecRepContent;
public org.bouncycastle.asn1.cmp.CMPCertificate[] getCaCerts();
descriptor: ()[Lorg/bouncycastle/asn1/cmp/CMPCertificate;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.caCerts:Lorg/bouncycastle/asn1/ASN1Sequence;
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.caCerts:Lorg/bouncycastle/asn1/ASN1Sequence;
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
anewarray org.bouncycastle.asn1.cmp.CMPCertificate
astore 1
start local 1 3: iconst_0
istore 2
start local 2 4: goto 7
5: StackMap locals: org.bouncycastle.asn1.cmp.CMPCertificate[] int
StackMap stack:
aload 1
iload 2
aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.caCerts:Lorg/bouncycastle/asn1/ASN1Sequence;
iload 2
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.cmp.CMPCertificate.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cmp/CMPCertificate;
aastore
6: iinc 2 1
StackMap locals:
StackMap stack:
7: iload 2
aload 1
arraylength
if_icmpne 5
end local 2 8: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/bouncycastle/asn1/cmp/KeyRecRepContent;
3 9 1 results [Lorg/bouncycastle/asn1/cmp/CMPCertificate;
4 8 2 i I
public org.bouncycastle.asn1.cmp.CertifiedKeyPair[] getKeyPairHist();
descriptor: ()[Lorg/bouncycastle/asn1/cmp/CertifiedKeyPair;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.keyPairHist:Lorg/bouncycastle/asn1/ASN1Sequence;
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.keyPairHist:Lorg/bouncycastle/asn1/ASN1Sequence;
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
anewarray org.bouncycastle.asn1.cmp.CertifiedKeyPair
astore 1
start local 1 3: iconst_0
istore 2
start local 2 4: goto 7
5: StackMap locals: org.bouncycastle.asn1.cmp.CertifiedKeyPair[] int
StackMap stack:
aload 1
iload 2
aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.keyPairHist:Lorg/bouncycastle/asn1/ASN1Sequence;
iload 2
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.cmp.CertifiedKeyPair.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cmp/CertifiedKeyPair;
aastore
6: iinc 2 1
StackMap locals:
StackMap stack:
7: iload 2
aload 1
arraylength
if_icmpne 5
end local 2 8: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/bouncycastle/asn1/cmp/KeyRecRepContent;
3 9 1 results [Lorg/bouncycastle/asn1/cmp/CertifiedKeyPair;
4 8 2 i I
public org.bouncycastle.asn1.DERObject toASN1Object();
descriptor: ()Lorg/bouncycastle/asn1/DERObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, 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.cmp.KeyRecRepContent.status:Lorg/bouncycastle/asn1/cmp/PKIStatusInfo;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
2: aload 0
aload 1
iconst_0
aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.newSigCert:Lorg/bouncycastle/asn1/cmp/CMPCertificate;
invokevirtual org.bouncycastle.asn1.cmp.KeyRecRepContent.addOptional:(Lorg/bouncycastle/asn1/ASN1EncodableVector;ILorg/bouncycastle/asn1/ASN1Encodable;)V
3: aload 0
aload 1
iconst_1
aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.caCerts:Lorg/bouncycastle/asn1/ASN1Sequence;
invokevirtual org.bouncycastle.asn1.cmp.KeyRecRepContent.addOptional:(Lorg/bouncycastle/asn1/ASN1EncodableVector;ILorg/bouncycastle/asn1/ASN1Encodable;)V
4: aload 0
aload 1
iconst_2
aload 0
getfield org.bouncycastle.asn1.cmp.KeyRecRepContent.keyPairHist:Lorg/bouncycastle/asn1/ASN1Sequence;
invokevirtual org.bouncycastle.asn1.cmp.KeyRecRepContent.addOptional:(Lorg/bouncycastle/asn1/ASN1EncodableVector;ILorg/bouncycastle/asn1/ASN1Encodable;)V
5: 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 6 0 this Lorg/bouncycastle/asn1/cmp/KeyRecRepContent;
1 6 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
private void addOptional(org.bouncycastle.asn1.ASN1EncodableVector, int, org.bouncycastle.asn1.ASN1Encodable);
descriptor: (Lorg/bouncycastle/asn1/ASN1EncodableVector;ILorg/bouncycastle/asn1/ASN1Encodable;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 3
ifnull 2
1: aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_1
iload 2
aload 3
invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
2: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/bouncycastle/asn1/cmp/KeyRecRepContent;
0 3 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
0 3 2 tagNo I
0 3 3 obj Lorg/bouncycastle/asn1/ASN1Encodable;
MethodParameters:
Name Flags
v
tagNo
obj
}
SourceFile: "KeyRecRepContent.java"