public class org.bouncycastle.asn1.x509.UserNotice extends org.bouncycastle.asn1.ASN1Encodable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.x509.UserNotice
super_class: org.bouncycastle.asn1.ASN1Encodable
{
private org.bouncycastle.asn1.x509.NoticeReference noticeRef;
descriptor: Lorg/bouncycastle/asn1/x509/NoticeReference;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.x509.DisplayText explicitText;
descriptor: Lorg/bouncycastle/asn1/x509/DisplayText;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.bouncycastle.asn1.x509.NoticeReference, org.bouncycastle.asn1.x509.DisplayText);
descriptor: (Lorg/bouncycastle/asn1/x509/NoticeReference;Lorg/bouncycastle/asn1/x509/DisplayText;)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.UserNotice.noticeRef:Lorg/bouncycastle/asn1/x509/NoticeReference;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.x509.UserNotice.explicitText:Lorg/bouncycastle/asn1/x509/DisplayText;
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/UserNotice;
0 4 1 noticeRef Lorg/bouncycastle/asn1/x509/NoticeReference;
0 4 2 explicitText Lorg/bouncycastle/asn1/x509/DisplayText;
MethodParameters:
Name Flags
noticeRef
explicitText
public void <init>(org.bouncycastle.asn1.x509.NoticeReference, java.lang.String);
descriptor: (Lorg/bouncycastle/asn1/x509/NoticeReference;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, 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.UserNotice.noticeRef:Lorg/bouncycastle/asn1/x509/NoticeReference;
2: aload 0
new org.bouncycastle.asn1.x509.DisplayText
dup
aload 2
invokespecial org.bouncycastle.asn1.x509.DisplayText.<init>:(Ljava/lang/String;)V
putfield org.bouncycastle.asn1.x509.UserNotice.explicitText:Lorg/bouncycastle/asn1/x509/DisplayText;
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/UserNotice;
0 4 1 noticeRef Lorg/bouncycastle/asn1/x509/NoticeReference;
0 4 2 str Ljava/lang/String;
MethodParameters:
Name Flags
noticeRef
str
public void <init>(org.bouncycastle.asn1.ASN1Sequence);
descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, 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.size:()I
iconst_2
if_icmpne 5
2: aload 0
aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.x509.NoticeReference.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/NoticeReference;
putfield org.bouncycastle.asn1.x509.UserNotice.noticeRef:Lorg/bouncycastle/asn1/x509/NoticeReference;
3: aload 0
aload 1
iconst_1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.x509.DisplayText.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/DisplayText;
putfield org.bouncycastle.asn1.x509.UserNotice.explicitText:Lorg/bouncycastle/asn1/x509/DisplayText;
4: goto 12
5: StackMap locals: org.bouncycastle.asn1.x509.UserNotice org.bouncycastle.asn1.ASN1Sequence
StackMap stack:
aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
iconst_1
if_icmpne 11
6: aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokeinterface org.bouncycastle.asn1.DEREncodable.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
instanceof org.bouncycastle.asn1.ASN1Sequence
ifeq 9
7: aload 0
aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.x509.NoticeReference.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/NoticeReference;
putfield org.bouncycastle.asn1.x509.UserNotice.noticeRef:Lorg/bouncycastle/asn1/x509/NoticeReference;
8: goto 12
9: StackMap locals:
StackMap stack:
aload 0
aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.x509.DisplayText.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/DisplayText;
putfield org.bouncycastle.asn1.x509.UserNotice.explicitText:Lorg/bouncycastle/asn1/x509/DisplayText;
10: goto 12
11: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Bad sequence size: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/bouncycastle/asn1/x509/UserNotice;
0 13 1 as Lorg/bouncycastle/asn1/ASN1Sequence;
MethodParameters:
Name Flags
as
public org.bouncycastle.asn1.x509.NoticeReference getNoticeRef();
descriptor: ()Lorg/bouncycastle/asn1/x509/NoticeReference;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.x509.UserNotice.noticeRef:Lorg/bouncycastle/asn1/x509/NoticeReference;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/x509/UserNotice;
public org.bouncycastle.asn1.x509.DisplayText getExplicitText();
descriptor: ()Lorg/bouncycastle/asn1/x509/DisplayText;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.x509.UserNotice.explicitText:Lorg/bouncycastle/asn1/x509/DisplayText;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/x509/UserNotice;
public org.bouncycastle.asn1.DERObject toASN1Object();
descriptor: ()Lorg/bouncycastle/asn1/DERObject;
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 0
getfield org.bouncycastle.asn1.x509.UserNotice.noticeRef:Lorg/bouncycastle/asn1/x509/NoticeReference;
ifnull 3
2: aload 1
aload 0
getfield org.bouncycastle.asn1.x509.UserNotice.noticeRef:Lorg/bouncycastle/asn1/x509/NoticeReference;
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.UserNotice.explicitText:Lorg/bouncycastle/asn1/x509/DisplayText;
ifnull 5
4: aload 1
aload 0
getfield org.bouncycastle.asn1.x509.UserNotice.explicitText:Lorg/bouncycastle/asn1/x509/DisplayText;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
5: 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 6 0 this Lorg/bouncycastle/asn1/x509/UserNotice;
1 6 1 av Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "UserNotice.java"