public class org.bouncycastle.asn1.cms.RecipientKeyIdentifier extends org.bouncycastle.asn1.ASN1Encodable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.cms.RecipientKeyIdentifier
super_class: org.bouncycastle.asn1.ASN1Encodable
{
private org.bouncycastle.asn1.ASN1OctetString subjectKeyIdentifier;
descriptor: Lorg/bouncycastle/asn1/ASN1OctetString;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.DERGeneralizedTime date;
descriptor: Lorg/bouncycastle/asn1/DERGeneralizedTime;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.cms.OtherKeyAttribute other;
descriptor: Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.bouncycastle.asn1.ASN1OctetString, org.bouncycastle.asn1.DERGeneralizedTime, org.bouncycastle.asn1.cms.OtherKeyAttribute);
descriptor: (Lorg/bouncycastle/asn1/ASN1OctetString;Lorg/bouncycastle/asn1/DERGeneralizedTime;Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.subjectKeyIdentifier:Lorg/bouncycastle/asn1/ASN1OctetString;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/DERGeneralizedTime;
3: aload 0
aload 3
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
0 5 1 subjectKeyIdentifier Lorg/bouncycastle/asn1/ASN1OctetString;
0 5 2 date Lorg/bouncycastle/asn1/DERGeneralizedTime;
0 5 3 other Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
MethodParameters:
Name Flags
subjectKeyIdentifier
date
other
public void <init>(byte[], org.bouncycastle.asn1.DERGeneralizedTime, org.bouncycastle.asn1.cms.OtherKeyAttribute);
descriptor: ([BLorg/bouncycastle/asn1/DERGeneralizedTime;Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
new org.bouncycastle.asn1.DEROctetString
dup
aload 1
invokespecial org.bouncycastle.asn1.DEROctetString.<init>:([B)V
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.subjectKeyIdentifier:Lorg/bouncycastle/asn1/ASN1OctetString;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/DERGeneralizedTime;
3: aload 0
aload 3
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
0 5 1 subjectKeyIdentifier [B
0 5 2 date Lorg/bouncycastle/asn1/DERGeneralizedTime;
0 5 3 other Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
MethodParameters:
Name Flags
subjectKeyIdentifier
date
other
public void <init>(byte[]);
descriptor: ([B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
aconst_null
invokespecial org.bouncycastle.asn1.cms.RecipientKeyIdentifier.<init>:([BLorg/bouncycastle/asn1/DERGeneralizedTime;Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
0 2 1 subjectKeyIdentifier [B
MethodParameters:
Name Flags
subjectKeyIdentifier
public void <init>(org.bouncycastle.asn1.ASN1Sequence);
descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
1: aload 0
2: aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
3: invokestatic org.bouncycastle.asn1.ASN1OctetString.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1OctetString;
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.subjectKeyIdentifier:Lorg/bouncycastle/asn1/ASN1OctetString;
4: aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
tableswitch { // 1 - 3
1: 5
2: 6
3: 11
default: 14
}
5: StackMap locals: org.bouncycastle.asn1.cms.RecipientKeyIdentifier org.bouncycastle.asn1.ASN1Sequence
StackMap stack:
goto 15
6: StackMap locals:
StackMap stack:
aload 1
iconst_1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
instanceof org.bouncycastle.asn1.DERGeneralizedTime
ifeq 9
7: aload 0
aload 1
iconst_1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
checkcast org.bouncycastle.asn1.DERGeneralizedTime
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/DERGeneralizedTime;
8: goto 15
9: StackMap locals:
StackMap stack:
aload 0
aload 1
iconst_2
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.cms.OtherKeyAttribute.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
10: goto 15
11: StackMap locals:
StackMap stack:
aload 0
aload 1
iconst_1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
checkcast org.bouncycastle.asn1.DERGeneralizedTime
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/DERGeneralizedTime;
12: aload 0
aload 1
iconst_2
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.cms.OtherKeyAttribute.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
putfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
13: goto 15
14: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Invalid RecipientKeyIdentifier"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
15: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
0 16 1 seq Lorg/bouncycastle/asn1/ASN1Sequence;
MethodParameters:
Name Flags
seq
public static org.bouncycastle.asn1.cms.RecipientKeyIdentifier getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1Sequence;
invokestatic org.bouncycastle.asn1.cms.RecipientKeyIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 _ato Lorg/bouncycastle/asn1/ASN1TaggedObject;
0 1 1 _explicit Z
MethodParameters:
Name Flags
_ato
_explicit
public static org.bouncycastle.asn1.cms.RecipientKeyIdentifier getInstance(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
ifnull 1
aload 0
instanceof org.bouncycastle.asn1.cms.RecipientKeyIdentifier
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
checkcast org.bouncycastle.asn1.cms.RecipientKeyIdentifier
areturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof org.bouncycastle.asn1.ASN1Sequence
ifeq 4
3: new org.bouncycastle.asn1.cms.RecipientKeyIdentifier
dup
aload 0
checkcast org.bouncycastle.asn1.ASN1Sequence
invokespecial org.bouncycastle.asn1.cms.RecipientKeyIdentifier.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
areturn
4: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Invalid RecipientKeyIdentifier: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
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 org.bouncycastle.asn1.ASN1OctetString getSubjectKeyIdentifier();
descriptor: ()Lorg/bouncycastle/asn1/ASN1OctetString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.subjectKeyIdentifier:Lorg/bouncycastle/asn1/ASN1OctetString;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
public org.bouncycastle.asn1.DERGeneralizedTime getDate();
descriptor: ()Lorg/bouncycastle/asn1/DERGeneralizedTime;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/DERGeneralizedTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
public org.bouncycastle.asn1.cms.OtherKeyAttribute getOtherKeyAttribute();
descriptor: ()Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
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 1
aload 0
getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.subjectKeyIdentifier:Lorg/bouncycastle/asn1/ASN1OctetString;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
2: aload 0
getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/DERGeneralizedTime;
ifnull 4
3: aload 1
aload 0
getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.date:Lorg/bouncycastle/asn1/DERGeneralizedTime;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
4: StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
ifnull 6
5: aload 1
aload 0
getfield org.bouncycastle.asn1.cms.RecipientKeyIdentifier.other:Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
6: 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 7 0 this Lorg/bouncycastle/asn1/cms/RecipientKeyIdentifier;
1 7 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "RecipientKeyIdentifier.java"