public class org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest extends org.bouncycastle.pkcs.PKCS10CertificationRequest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest
super_class: org.bouncycastle.pkcs.PKCS10CertificationRequest
{
public void <init>(org.bouncycastle.asn1.pkcs.CertificationRequest);
descriptor: (Lorg/bouncycastle/asn1/pkcs/CertificationRequest;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest this
start local 1 // org.bouncycastle.asn1.pkcs.CertificationRequest certificationRequest
0: .line 16
aload 0 /* this */
aload 1 /* certificationRequest */
invokespecial org.bouncycastle.pkcs.PKCS10CertificationRequest.<init>:(Lorg/bouncycastle/asn1/pkcs/CertificationRequest;)V
1: .line 17
return
end local 1 // org.bouncycastle.asn1.pkcs.CertificationRequest certificationRequest
end local 0 // org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/pkcs/bc/BcPKCS10CertificationRequest;
0 2 1 certificationRequest Lorg/bouncycastle/asn1/pkcs/CertificationRequest;
MethodParameters:
Name Flags
certificationRequest
public void <init>(byte[]);
descriptor: ([B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest this
start local 1 // byte[] encoding
0: .line 22
aload 0 /* this */
aload 1 /* encoding */
invokespecial org.bouncycastle.pkcs.PKCS10CertificationRequest.<init>:([B)V
1: .line 23
return
end local 1 // byte[] encoding
end local 0 // org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/pkcs/bc/BcPKCS10CertificationRequest;
0 2 1 encoding [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
encoding
public void <init>(org.bouncycastle.pkcs.PKCS10CertificationRequest);
descriptor: (Lorg/bouncycastle/pkcs/PKCS10CertificationRequest;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest this
start local 1 // org.bouncycastle.pkcs.PKCS10CertificationRequest requestHolder
0: .line 27
aload 0 /* this */
aload 1 /* requestHolder */
invokevirtual org.bouncycastle.pkcs.PKCS10CertificationRequest.toASN1Structure:()Lorg/bouncycastle/asn1/pkcs/CertificationRequest;
invokespecial org.bouncycastle.pkcs.PKCS10CertificationRequest.<init>:(Lorg/bouncycastle/asn1/pkcs/CertificationRequest;)V
1: .line 28
return
end local 1 // org.bouncycastle.pkcs.PKCS10CertificationRequest requestHolder
end local 0 // org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/pkcs/bc/BcPKCS10CertificationRequest;
0 2 1 requestHolder Lorg/bouncycastle/pkcs/PKCS10CertificationRequest;
MethodParameters:
Name Flags
requestHolder
public org.bouncycastle.crypto.params.AsymmetricKeyParameter getPublicKey();
descriptor: ()Lorg/bouncycastle/crypto/params/AsymmetricKeyParameter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 // org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest this
0: .line 35
aload 0 /* this */
invokevirtual org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest.getSubjectPublicKeyInfo:()Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;
invokestatic org.bouncycastle.crypto.util.PublicKeyFactory.createKey:(Lorg/bouncycastle/asn1/x509/SubjectPublicKeyInfo;)Lorg/bouncycastle/crypto/params/AsymmetricKeyParameter;
1: areturn
2: .line 37
StackMap locals:
StackMap stack: java.io.IOException
astore 1 /* e */
start local 1 // java.io.IOException e
3: .line 39
new org.bouncycastle.pkcs.PKCSException
dup
new java.lang.StringBuilder
dup
ldc "error extracting key encoding: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1 /* e */
invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aload 1 /* e */
invokespecial org.bouncycastle.pkcs.PKCSException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 1 // java.io.IOException e
end local 0 // org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/pkcs/bc/BcPKCS10CertificationRequest;
3 4 1 e Ljava/io/IOException;
Exception table:
from to target type
0 1 2 Class java.io.IOException
Exceptions:
throws org.bouncycastle.pkcs.PKCSException
}
SourceFile: "BcPKCS10CertificationRequest.java"