public class org.bouncycastle.asn1.pkcs.CertificationRequestInfo extends org.bouncycastle.asn1.ASN1Encodable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.pkcs.CertificationRequestInfo
super_class: org.bouncycastle.asn1.ASN1Encodable
{
org.bouncycastle.asn1.DERInteger version;
descriptor: Lorg/bouncycastle/asn1/DERInteger;
flags: (0x0000)
org.bouncycastle.asn1.x509.X509Name subject;
descriptor: Lorg/bouncycastle/asn1/x509/X509Name;
flags: (0x0000)
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPKInfo;
descriptor: Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
flags: (0x0000)
org.bouncycastle.asn1.ASN1Set attributes;
descriptor: Lorg/bouncycastle/asn1/ASN1Set;
flags: (0x0000)
public static org.bouncycastle.asn1.pkcs.CertificationRequestInfo getInstance(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
instanceof org.bouncycastle.asn1.pkcs.CertificationRequestInfo
ifeq 2
1: aload 0
checkcast org.bouncycastle.asn1.pkcs.CertificationRequestInfo
areturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof org.bouncycastle.asn1.ASN1Sequence
ifeq 4
3: new org.bouncycastle.asn1.pkcs.CertificationRequestInfo
dup
aload 0
checkcast org.bouncycastle.asn1.ASN1Sequence
invokespecial org.bouncycastle.asn1.pkcs.CertificationRequestInfo.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
areturn
4: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "unknown object in factory: "
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 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public void <init>(org.bouncycastle.asn1.x500.X500Name, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo, org.bouncycastle.asn1.ASN1Set);
descriptor: (Lorg/bouncycastle/asn1/x500/X500Name;Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;Lorg/bouncycastle/asn1/ASN1Set;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
new org.bouncycastle.asn1.DERInteger
dup
iconst_0
invokespecial org.bouncycastle.asn1.DERInteger.<init>:(I)V
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.version:Lorg/bouncycastle/asn1/DERInteger;
2: aload 0
aconst_null
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.attributes:Lorg/bouncycastle/asn1/ASN1Set;
3: aload 0
aload 1
invokevirtual org.bouncycastle.asn1.x500.X500Name.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
invokestatic org.bouncycastle.asn1.x509.X509Name.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/X509Name;
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subject:Lorg/bouncycastle/asn1/x509/X509Name;
4: aload 0
aload 2
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subjectPKInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
5: aload 0
aload 3
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.attributes:Lorg/bouncycastle/asn1/ASN1Set;
6: aload 1
ifnull 7
aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.version:Lorg/bouncycastle/asn1/DERInteger;
ifnull 7
aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subjectPKInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
ifnonnull 8
7: StackMap locals: org.bouncycastle.asn1.pkcs.CertificationRequestInfo org.bouncycastle.asn1.x500.X500Name org.bouncycastle.asn1.x509.SubjectPublicKeyInfo org.bouncycastle.asn1.ASN1Set
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Not all mandatory fields set in CertificationRequestInfo generator."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
0 9 1 subject Lorg/bouncycastle/asn1/x500/X500Name;
0 9 2 pkInfo Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
0 9 3 attributes Lorg/bouncycastle/asn1/ASN1Set;
MethodParameters:
Name Flags
subject
pkInfo
attributes
public void <init>(org.bouncycastle.asn1.x509.X509Name, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo, org.bouncycastle.asn1.ASN1Set);
descriptor: (Lorg/bouncycastle/asn1/x509/X509Name;Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;Lorg/bouncycastle/asn1/ASN1Set;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
new org.bouncycastle.asn1.DERInteger
dup
iconst_0
invokespecial org.bouncycastle.asn1.DERInteger.<init>:(I)V
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.version:Lorg/bouncycastle/asn1/DERInteger;
2: aload 0
aconst_null
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.attributes:Lorg/bouncycastle/asn1/ASN1Set;
3: aload 0
aload 1
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subject:Lorg/bouncycastle/asn1/x509/X509Name;
4: aload 0
aload 2
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subjectPKInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
5: aload 0
aload 3
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.attributes:Lorg/bouncycastle/asn1/ASN1Set;
6: aload 1
ifnull 7
aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.version:Lorg/bouncycastle/asn1/DERInteger;
ifnull 7
aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subjectPKInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
ifnonnull 8
7: StackMap locals: org.bouncycastle.asn1.pkcs.CertificationRequestInfo org.bouncycastle.asn1.x509.X509Name org.bouncycastle.asn1.x509.SubjectPublicKeyInfo org.bouncycastle.asn1.ASN1Set
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Not all mandatory fields set in CertificationRequestInfo generator."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
0 9 1 subject Lorg/bouncycastle/asn1/x509/X509Name;
0 9 2 pkInfo Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
0 9 3 attributes Lorg/bouncycastle/asn1/ASN1Set;
MethodParameters:
Name Flags
subject
pkInfo
attributes
public void <init>(org.bouncycastle.asn1.ASN1Sequence);
descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
new org.bouncycastle.asn1.DERInteger
dup
iconst_0
invokespecial org.bouncycastle.asn1.DERInteger.<init>:(I)V
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.version:Lorg/bouncycastle/asn1/DERInteger;
2: aload 0
aconst_null
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.attributes:Lorg/bouncycastle/asn1/ASN1Set;
3: aload 0
aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
checkcast org.bouncycastle.asn1.DERInteger
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.version:Lorg/bouncycastle/asn1/DERInteger;
4: aload 0
aload 1
iconst_1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.x509.X509Name.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/X509Name;
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subject:Lorg/bouncycastle/asn1/x509/X509Name;
5: aload 0
aload 1
iconst_2
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subjectPKInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
6: aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
iconst_3
if_icmple 9
7: aload 1
iconst_3
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
checkcast org.bouncycastle.asn1.DERTaggedObject
astore 2
start local 2 8: aload 0
aload 2
iconst_0
invokestatic org.bouncycastle.asn1.ASN1Set.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1Set;
putfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.attributes:Lorg/bouncycastle/asn1/ASN1Set;
end local 2 9: StackMap locals: org.bouncycastle.asn1.pkcs.CertificationRequestInfo org.bouncycastle.asn1.ASN1Sequence
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subject:Lorg/bouncycastle/asn1/x509/X509Name;
ifnull 10
aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.version:Lorg/bouncycastle/asn1/DERInteger;
ifnull 10
aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subjectPKInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
ifnonnull 11
10: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Not all mandatory fields set in CertificationRequestInfo generator."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
0 12 1 seq Lorg/bouncycastle/asn1/ASN1Sequence;
8 9 2 tagobj Lorg/bouncycastle/asn1/DERTaggedObject;
MethodParameters:
Name Flags
seq
public org.bouncycastle.asn1.DERInteger getVersion();
descriptor: ()Lorg/bouncycastle/asn1/DERInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.version:Lorg/bouncycastle/asn1/DERInteger;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
public org.bouncycastle.asn1.x509.X509Name getSubject();
descriptor: ()Lorg/bouncycastle/asn1/x509/X509Name;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subject:Lorg/bouncycastle/asn1/x509/X509Name;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
public org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getSubjectPublicKeyInfo();
descriptor: ()Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subjectPKInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
public org.bouncycastle.asn1.ASN1Set getAttributes();
descriptor: ()Lorg/bouncycastle/asn1/ASN1Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.attributes:Lorg/bouncycastle/asn1/ASN1Set;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
public org.bouncycastle.asn1.DERObject toASN1Object();
descriptor: ()Lorg/bouncycastle/asn1/DERObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, 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.pkcs.CertificationRequestInfo.version:Lorg/bouncycastle/asn1/DERInteger;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
2: aload 1
aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subject:Lorg/bouncycastle/asn1/x509/X509Name;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
3: aload 1
aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.subjectPKInfo:Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
4: aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.attributes:Lorg/bouncycastle/asn1/ASN1Set;
ifnull 6
5: aload 1
new org.bouncycastle.asn1.DERTaggedObject
dup
iconst_0
iconst_0
aload 0
getfield org.bouncycastle.asn1.pkcs.CertificationRequestInfo.attributes:Lorg/bouncycastle/asn1/ASN1Set;
invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
6: 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 7 0 this Lorg/bouncycastle/asn1/pkcs/CertificationRequestInfo;
1 7 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "CertificationRequestInfo.java"