public class org.bouncycastle.cert.cmp.CertificateConfirmationContent
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.cert.cmp.CertificateConfirmationContent
super_class: java.lang.Object
{
private org.bouncycastle.operator.DigestAlgorithmIdentifierFinder digestAlgFinder;
descriptor: Lorg/bouncycastle/operator/DigestAlgorithmIdentifierFinder;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.cmp.CertConfirmContent content;
descriptor: Lorg/bouncycastle/asn1/cmp/CertConfirmContent;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.bouncycastle.asn1.cmp.CertConfirmContent);
descriptor: (Lorg/bouncycastle/asn1/cmp/CertConfirmContent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
new org.bouncycastle.operator.DefaultDigestAlgorithmIdentifierFinder
dup
invokespecial org.bouncycastle.operator.DefaultDigestAlgorithmIdentifierFinder.<init>:()V
invokespecial org.bouncycastle.cert.cmp.CertificateConfirmationContent.<init>:(Lorg/bouncycastle/asn1/cmp/CertConfirmContent;Lorg/bouncycastle/operator/DigestAlgorithmIdentifierFinder;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/cert/cmp/CertificateConfirmationContent;
0 2 1 content Lorg/bouncycastle/asn1/cmp/CertConfirmContent;
MethodParameters:
Name Flags
content
public void <init>(org.bouncycastle.asn1.cmp.CertConfirmContent, org.bouncycastle.operator.DigestAlgorithmIdentifierFinder);
descriptor: (Lorg/bouncycastle/asn1/cmp/CertConfirmContent;Lorg/bouncycastle/operator/DigestAlgorithmIdentifierFinder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield org.bouncycastle.cert.cmp.CertificateConfirmationContent.digestAlgFinder:Lorg/bouncycastle/operator/DigestAlgorithmIdentifierFinder;
2: aload 0
aload 1
putfield org.bouncycastle.cert.cmp.CertificateConfirmationContent.content:Lorg/bouncycastle/asn1/cmp/CertConfirmContent;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/cert/cmp/CertificateConfirmationContent;
0 4 1 content Lorg/bouncycastle/asn1/cmp/CertConfirmContent;
0 4 2 digestAlgFinder Lorg/bouncycastle/operator/DigestAlgorithmIdentifierFinder;
MethodParameters:
Name Flags
content
digestAlgFinder
public org.bouncycastle.asn1.cmp.CertConfirmContent toASN1Structure();
descriptor: ()Lorg/bouncycastle/asn1/cmp/CertConfirmContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.cert.cmp.CertificateConfirmationContent.content:Lorg/bouncycastle/asn1/cmp/CertConfirmContent;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/cert/cmp/CertificateConfirmationContent;
public org.bouncycastle.cert.cmp.CertificateStatus[] getStatusMessages();
descriptor: ()[Lorg/bouncycastle/cert/cmp/CertificateStatus;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.cert.cmp.CertificateConfirmationContent.content:Lorg/bouncycastle/asn1/cmp/CertConfirmContent;
invokevirtual org.bouncycastle.asn1.cmp.CertConfirmContent.toCertStatusArray:()[Lorg/bouncycastle/asn1/cmp/CertStatus;
astore 1
start local 1 1: aload 1
arraylength
anewarray org.bouncycastle.cert.cmp.CertificateStatus
astore 2
start local 2 2: iconst_0
istore 3
start local 3 3: goto 6
4: StackMap locals: org.bouncycastle.asn1.cmp.CertStatus[] org.bouncycastle.cert.cmp.CertificateStatus[] int
StackMap stack:
aload 2
iload 3
new org.bouncycastle.cert.cmp.CertificateStatus
dup
aload 0
getfield org.bouncycastle.cert.cmp.CertificateConfirmationContent.digestAlgFinder:Lorg/bouncycastle/operator/DigestAlgorithmIdentifierFinder;
aload 1
iload 3
aaload
invokespecial org.bouncycastle.cert.cmp.CertificateStatus.<init>:(Lorg/bouncycastle/operator/DigestAlgorithmIdentifierFinder;Lorg/bouncycastle/asn1/cmp/CertStatus;)V
aastore
5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
aload 2
arraylength
if_icmpne 4
end local 3 7: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/bouncycastle/cert/cmp/CertificateConfirmationContent;
1 8 1 statusArray [Lorg/bouncycastle/asn1/cmp/CertStatus;
2 8 2 ret [Lorg/bouncycastle/cert/cmp/CertificateStatus;
3 7 3 i I
}
SourceFile: "CertificateConfirmationContent.java"