public class org.bouncycastle.asn1.crmf.SinglePubInfo extends org.bouncycastle.asn1.ASN1Object
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.crmf.SinglePubInfo
super_class: org.bouncycastle.asn1.ASN1Object
{
public static final org.bouncycastle.asn1.ASN1Integer dontCare;
descriptor: Lorg/bouncycastle/asn1/ASN1Integer;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.bouncycastle.asn1.ASN1Integer x500;
descriptor: Lorg/bouncycastle/asn1/ASN1Integer;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.bouncycastle.asn1.ASN1Integer web;
descriptor: Lorg/bouncycastle/asn1/ASN1Integer;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.bouncycastle.asn1.ASN1Integer ldap;
descriptor: Lorg/bouncycastle/asn1/ASN1Integer;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private org.bouncycastle.asn1.ASN1Integer pubMethod;
descriptor: Lorg/bouncycastle/asn1/ASN1Integer;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.x509.GeneralName pubLocation;
descriptor: Lorg/bouncycastle/asn1/x509/GeneralName;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new org.bouncycastle.asn1.ASN1Integer
dup
lconst_0
invokespecial org.bouncycastle.asn1.ASN1Integer.<init>:(J)V
putstatic org.bouncycastle.asn1.crmf.SinglePubInfo.dontCare:Lorg/bouncycastle/asn1/ASN1Integer;
1: new org.bouncycastle.asn1.ASN1Integer
dup
lconst_1
invokespecial org.bouncycastle.asn1.ASN1Integer.<init>:(J)V
putstatic org.bouncycastle.asn1.crmf.SinglePubInfo.x500:Lorg/bouncycastle/asn1/ASN1Integer;
2: new org.bouncycastle.asn1.ASN1Integer
dup
ldc 2
invokespecial org.bouncycastle.asn1.ASN1Integer.<init>:(J)V
putstatic org.bouncycastle.asn1.crmf.SinglePubInfo.web:Lorg/bouncycastle/asn1/ASN1Integer;
3: new org.bouncycastle.asn1.ASN1Integer
dup
ldc 3
invokespecial org.bouncycastle.asn1.ASN1Integer.<init>:(J)V
putstatic org.bouncycastle.asn1.crmf.SinglePubInfo.ldap:Lorg/bouncycastle/asn1/ASN1Integer;
return
LocalVariableTable:
Start End Slot Name Signature
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.ASN1Object.<init>:()V
1: aload 0
aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
invokestatic org.bouncycastle.asn1.ASN1Integer.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Integer;
putfield org.bouncycastle.asn1.crmf.SinglePubInfo.pubMethod:Lorg/bouncycastle/asn1/ASN1Integer;
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/ASN1Encodable;
invokestatic org.bouncycastle.asn1.x509.GeneralName.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/GeneralName;
putfield org.bouncycastle.asn1.crmf.SinglePubInfo.pubLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
4: StackMap locals: org.bouncycastle.asn1.crmf.SinglePubInfo 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/crmf/SinglePubInfo;
0 5 1 seq Lorg/bouncycastle/asn1/ASN1Sequence;
MethodParameters:
Name Flags
seq
public static org.bouncycastle.asn1.crmf.SinglePubInfo getInstance(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/crmf/SinglePubInfo;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
instanceof org.bouncycastle.asn1.crmf.SinglePubInfo
ifeq 2
1: aload 0
checkcast org.bouncycastle.asn1.crmf.SinglePubInfo
areturn
2: StackMap locals:
StackMap stack:
aload 0
ifnull 4
3: new org.bouncycastle.asn1.crmf.SinglePubInfo
dup
aload 0
invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
invokespecial org.bouncycastle.asn1.crmf.SinglePubInfo.<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 o Ljava/lang/Object;
MethodParameters:
Name Flags
o
public void <init>(org.bouncycastle.asn1.ASN1Integer, org.bouncycastle.asn1.x509.GeneralName);
descriptor: (Lorg/bouncycastle/asn1/ASN1Integer;Lorg/bouncycastle/asn1/x509/GeneralName;)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 org.bouncycastle.asn1.ASN1Object.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.asn1.crmf.SinglePubInfo.pubMethod:Lorg/bouncycastle/asn1/ASN1Integer;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.crmf.SinglePubInfo.pubLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/asn1/crmf/SinglePubInfo;
0 4 1 pubMethod Lorg/bouncycastle/asn1/ASN1Integer;
0 4 2 pubLocation Lorg/bouncycastle/asn1/x509/GeneralName;
MethodParameters:
Name Flags
pubMethod
pubLocation
public org.bouncycastle.asn1.ASN1Integer getPubMethod();
descriptor: ()Lorg/bouncycastle/asn1/ASN1Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.crmf.SinglePubInfo.pubMethod:Lorg/bouncycastle/asn1/ASN1Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/crmf/SinglePubInfo;
public org.bouncycastle.asn1.x509.GeneralName getPubLocation();
descriptor: ()Lorg/bouncycastle/asn1/x509/GeneralName;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.crmf.SinglePubInfo.pubLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/crmf/SinglePubInfo;
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
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.crmf.SinglePubInfo.pubMethod:Lorg/bouncycastle/asn1/ASN1Integer;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
2: aload 0
getfield org.bouncycastle.asn1.crmf.SinglePubInfo.pubLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
ifnull 4
3: aload 1
aload 0
getfield org.bouncycastle.asn1.crmf.SinglePubInfo.pubLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)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/crmf/SinglePubInfo;
1 5 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "SinglePubInfo.java"