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 // java.lang.Object o
         0: .line 20
            aload 0 /* o */
            instanceof org.bouncycastle.asn1.crmf.EncKeyWithID
            ifeq 2
         1: .line 22
            aload 0 /* o */
            checkcast org.bouncycastle.asn1.crmf.EncKeyWithID
            areturn
         2: .line 24
      StackMap locals:
      StackMap stack:
            aload 0 /* o */
            ifnull 4
         3: .line 26
            new org.bouncycastle.asn1.crmf.EncKeyWithID
            dup
            aload 0 /* o */
            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: .line 29
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.Object o
      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 // org.bouncycastle.asn1.crmf.EncKeyWithID this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 32
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* seq */
            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: .line 36
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_1
            if_icmple 8
         3: .line 38
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            instanceof org.bouncycastle.asn1.DERUTF8String
            ifne 6
         4: .line 40
            aload 0 /* this */
            aload 1 /* seq */
            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: .line 41
            goto 9
         6: .line 44
      StackMap locals: org.bouncycastle.asn1.crmf.EncKeyWithID org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            aload 0 /* this */
            aload 1 /* seq */
            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: .line 46
            goto 9
         8: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
         9: .line 51
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.crmf.EncKeyWithID this
      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 // org.bouncycastle.asn1.crmf.EncKeyWithID this
        start local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo privKeyInfo
         0: .line 53
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* privKeyInfo */
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
         2: .line 56
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
         3: .line 57
            return
        end local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo privKeyInfo
        end local 0 // org.bouncycastle.asn1.crmf.EncKeyWithID this
      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 // org.bouncycastle.asn1.crmf.EncKeyWithID this
        start local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo privKeyInfo
        start local 2 // org.bouncycastle.asn1.DERUTF8String str
         0: .line 59
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* privKeyInfo */
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
         2: .line 62
            aload 0 /* this */
            aload 2 /* str */
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
         3: .line 63
            return
        end local 2 // org.bouncycastle.asn1.DERUTF8String str
        end local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo privKeyInfo
        end local 0 // org.bouncycastle.asn1.crmf.EncKeyWithID this
      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 // org.bouncycastle.asn1.crmf.EncKeyWithID this
        start local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo privKeyInfo
        start local 2 // org.bouncycastle.asn1.x509.GeneralName generalName
         0: .line 65
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* privKeyInfo */
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
         2: .line 68
            aload 0 /* this */
            aload 2 /* generalName */
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
         3: .line 69
            return
        end local 2 // org.bouncycastle.asn1.x509.GeneralName generalName
        end local 1 // org.bouncycastle.asn1.pkcs.PrivateKeyInfo privKeyInfo
        end local 0 // org.bouncycastle.asn1.crmf.EncKeyWithID this
      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 // org.bouncycastle.asn1.crmf.EncKeyWithID this
         0: .line 73
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
            areturn
        end local 0 // org.bouncycastle.asn1.crmf.EncKeyWithID this
      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 // org.bouncycastle.asn1.crmf.EncKeyWithID this
         0: .line 78
            aload 0 /* this */
            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 // org.bouncycastle.asn1.crmf.EncKeyWithID this
      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 // org.bouncycastle.asn1.crmf.EncKeyWithID this
         0: .line 83
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.DERUTF8String
            ireturn
        end local 0 // org.bouncycastle.asn1.crmf.EncKeyWithID this
      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 // org.bouncycastle.asn1.crmf.EncKeyWithID this
         0: .line 88
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
            areturn
        end local 0 // org.bouncycastle.asn1.crmf.EncKeyWithID this
      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 // org.bouncycastle.asn1.crmf.EncKeyWithID this
         0: .line 105
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         1: .line 107
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         2: .line 109
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
            ifnull 4
         3: .line 111
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         4: .line 114
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.crmf.EncKeyWithID this
      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"