public class org.bouncycastle.asn1.x509.qualified.SemanticsInformation extends org.bouncycastle.asn1.ASN1Encodable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.x509.qualified.SemanticsInformation
super_class: org.bouncycastle.asn1.ASN1Encodable
{
org.bouncycastle.asn1.DERObjectIdentifier semanticsIdentifier;
descriptor: Lorg/bouncycastle/asn1/DERObjectIdentifier;
flags: (0x0000)
org.bouncycastle.asn1.x509.GeneralName[] nameRegistrationAuthorities;
descriptor: [Lorg/bouncycastle/asn1/x509/GeneralName;
flags: (0x0000)
public static org.bouncycastle.asn1.x509.qualified.SemanticsInformation getInstance(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnull 1
aload 0
instanceof org.bouncycastle.asn1.x509.qualified.SemanticsInformation
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
checkcast org.bouncycastle.asn1.x509.qualified.SemanticsInformation
areturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof org.bouncycastle.asn1.ASN1Sequence
ifeq 4
3: new org.bouncycastle.asn1.x509.qualified.SemanticsInformation
dup
aload 0
invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
invokespecial org.bouncycastle.asn1.x509.qualified.SemanticsInformation.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
areturn
4: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "unknown object in getInstance"
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.ASN1Sequence);
descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, 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 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
iconst_1
if_icmpge 4
3: new java.lang.IllegalArgumentException
dup
ldc "no objects in SemanticsInformation"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals: org.bouncycastle.asn1.x509.qualified.SemanticsInformation org.bouncycastle.asn1.ASN1Sequence java.util.Enumeration
StackMap stack:
aload 2
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
astore 3
start local 3 5: aload 3
instanceof org.bouncycastle.asn1.DERObjectIdentifier
ifeq 11
6: aload 0
aload 3
invokestatic org.bouncycastle.asn1.DERObjectIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/DERObjectIdentifier;
putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
7: aload 2
invokeinterface java.util.Enumeration.hasMoreElements:()Z
ifeq 10
8: aload 2
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
astore 3
9: goto 11
10: StackMap locals: java.lang.Object
StackMap stack:
aconst_null
astore 3
11: StackMap locals:
StackMap stack:
aload 3
ifnull 19
12: aload 3
invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
astore 4
start local 4 13: aload 0
aload 4
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
anewarray org.bouncycastle.asn1.x509.GeneralName
putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
14: iconst_0
istore 5
start local 5 15: goto 18
16: StackMap locals: org.bouncycastle.asn1.ASN1Sequence int
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
iload 5
aload 4
iload 5
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.x509.GeneralName.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/GeneralName;
aastore
17: iinc 5 1
StackMap locals:
StackMap stack:
18: iload 5
aload 4
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
if_icmplt 16
end local 5 end local 4 19: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
0 20 1 seq Lorg/bouncycastle/asn1/ASN1Sequence;
2 20 2 e Ljava/util/Enumeration;
5 20 3 object Ljava/lang/Object;
13 19 4 generalNameSeq Lorg/bouncycastle/asn1/ASN1Sequence;
15 19 5 i I
MethodParameters:
Name Flags
seq
public void <init>(org.bouncycastle.asn1.DERObjectIdentifier, org.bouncycastle.asn1.x509.GeneralName[]);
descriptor: (Lorg/bouncycastle/asn1/DERObjectIdentifier;[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.ASN1Encodable.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[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/x509/qualified/SemanticsInformation;
0 4 1 semanticsIdentifier Lorg/bouncycastle/asn1/DERObjectIdentifier;
0 4 2 generalNames [Lorg/bouncycastle/asn1/x509/GeneralName;
MethodParameters:
Name Flags
semanticsIdentifier
generalNames
public void <init>(org.bouncycastle.asn1.DERObjectIdentifier);
descriptor: (Lorg/bouncycastle/asn1/DERObjectIdentifier;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
2: aload 0
aconst_null
putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
0 4 1 semanticsIdentifier Lorg/bouncycastle/asn1/DERObjectIdentifier;
MethodParameters:
Name Flags
semanticsIdentifier
public void <init>(org.bouncycastle.asn1.x509.GeneralName[]);
descriptor: ([Lorg/bouncycastle/asn1/x509/GeneralName;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
aconst_null
putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
2: aload 0
aload 1
putfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
0 4 1 generalNames [Lorg/bouncycastle/asn1/x509/GeneralName;
MethodParameters:
Name Flags
generalNames
public org.bouncycastle.asn1.DERObjectIdentifier getSemanticsIdentifier();
descriptor: ()Lorg/bouncycastle/asn1/DERObjectIdentifier;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
public org.bouncycastle.asn1.x509.GeneralName[] getNameRegistrationAuthorities();
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.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
public org.bouncycastle.asn1.DERObject toASN1Object();
descriptor: ()Lorg/bouncycastle/asn1/DERObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, 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 0
getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
ifnull 3
2: aload 1
aload 0
getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.semanticsIdentifier:Lorg/bouncycastle/asn1/DERObjectIdentifier;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
3: StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
ifnull 11
4: new org.bouncycastle.asn1.ASN1EncodableVector
dup
invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
astore 2
start local 2 5: iconst_0
istore 3
start local 3 6: goto 9
7: StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector int
StackMap stack:
aload 2
aload 0
getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
iload 3
aaload
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
8: iinc 3 1
StackMap locals:
StackMap stack:
9: iload 3
aload 0
getfield org.bouncycastle.asn1.x509.qualified.SemanticsInformation.nameRegistrationAuthorities:[Lorg/bouncycastle/asn1/x509/GeneralName;
arraylength
if_icmplt 7
end local 3 10: aload 1
new org.bouncycastle.asn1.DERSequence
dup
aload 2
invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
end local 2 11: StackMap locals:
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 12 0 this Lorg/bouncycastle/asn1/x509/qualified/SemanticsInformation;
1 12 1 seq Lorg/bouncycastle/asn1/ASN1EncodableVector;
5 11 2 seqname Lorg/bouncycastle/asn1/ASN1EncodableVector;
6 10 3 i I
}
SourceFile: "SemanticsInformation.java"