public class org.bouncycastle.asn1.crmf.EncKeyWithID extends org.bouncycastle.asn1.ASN1Encodable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.crmf.EncKeyWithID
super_class: org.bouncycastle.asn1.ASN1Encodable
{
private final org.bouncycastle.asn1.pkcs.PrivateKeyInfo privKeyInfo;
descriptor: Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.bouncycastle.asn1.ASN1Encodable identifier;
descriptor: Lorg/bouncycastle/asn1/ASN1Encodable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public static org.bouncycastle.asn1.crmf.EncKeyWithID getInstance(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/crmf/EncKeyWithID;
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.EncKeyWithID
ifeq 2
1: aload 0
checkcast org.bouncycastle.asn1.crmf.EncKeyWithID
areturn
2: StackMap locals:
StackMap stack:
aload 0
ifnull 4
3: new org.bouncycastle.asn1.crmf.EncKeyWithID
dup
aload 0
invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
invokespecial org.bouncycastle.asn1.crmf.EncKeyWithID.<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
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.ASN1Encodable.<init>:()V
1: aload 0
aload 1
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.pkcs.PrivateKeyInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
putfield org.bouncycastle.asn1.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
2: aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
iconst_1
if_icmple 8
3: aload 1
iconst_1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
instanceof org.bouncycastle.asn1.DERUTF8String
ifne 6
4: aload 0
aload 1
iconst_1
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;
putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
5: goto 9
6: StackMap locals: org.bouncycastle.asn1.crmf.EncKeyWithID org.bouncycastle.asn1.ASN1Sequence
StackMap stack:
aload 0
aload 1
iconst_1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
checkcast org.bouncycastle.asn1.ASN1Encodable
putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
7: goto 9
8: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
9: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/bouncycastle/asn1/crmf/EncKeyWithID;
0 10 1 seq Lorg/bouncycastle/asn1/ASN1Sequence;
MethodParameters:
Name Flags
seq
public void <init>(org.bouncycastle.asn1.pkcs.PrivateKeyInfo);
descriptor: (Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;)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.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
2: aload 0
aconst_null
putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/asn1/crmf/EncKeyWithID;
0 4 1 privKeyInfo Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
MethodParameters:
Name Flags
privKeyInfo
public void <init>(org.bouncycastle.asn1.pkcs.PrivateKeyInfo, org.bouncycastle.asn1.DERUTF8String);
descriptor: (Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;Lorg/bouncycastle/asn1/DERUTF8String;)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.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
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/EncKeyWithID;
0 4 1 privKeyInfo Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
0 4 2 str Lorg/bouncycastle/asn1/DERUTF8String;
MethodParameters:
Name Flags
privKeyInfo
str
public void <init>(org.bouncycastle.asn1.pkcs.PrivateKeyInfo, org.bouncycastle.asn1.x509.GeneralName);
descriptor: (Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;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.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
2: aload 0
aload 2
putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
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/EncKeyWithID;
0 4 1 privKeyInfo Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
0 4 2 generalName Lorg/bouncycastle/asn1/x509/GeneralName;
MethodParameters:
Name Flags
privKeyInfo
generalName
public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKey();
descriptor: ()Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/crmf/EncKeyWithID;
public boolean hasIdentifier();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/asn1/crmf/EncKeyWithID;
public boolean isIdentifierUTF8String();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
instanceof org.bouncycastle.asn1.DERUTF8String
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/crmf/EncKeyWithID;
public org.bouncycastle.asn1.ASN1Encodable getIdentifier();
descriptor: ()Lorg/bouncycastle/asn1/ASN1Encodable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/crmf/EncKeyWithID;
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.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
2: aload 0
getfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
ifnull 4
3: aload 1
aload 0
getfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)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/EncKeyWithID;
1 5 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "EncKeyWithID.java"