public class org.bouncycastle.asn1.crmf.EncKeyWithID extends org.bouncycastle.asn1.ASN1Object
  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.ASN1Object
{
  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 21
            aload 0 /* o */
            instanceof org.bouncycastle.asn1.crmf.EncKeyWithID
            ifeq 2
         1: .line 23
            aload 0 /* o */
            checkcast org.bouncycastle.asn1.crmf.EncKeyWithID
            areturn
         2: .line 25
      StackMap locals:
      StackMap stack:
            aload 0 /* o */
            ifnull 4
         3: .line 27
            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 30
      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 33
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            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 37
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_1
            if_icmple 8
         3: .line 39
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.DERUTF8String
            ifne 6
         4: .line 41
            aload 0 /* this */
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            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 42
            goto 9
         6: .line 45
      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/ASN1Encodable;
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
         7: .line 47
            goto 9
         8: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
         9: .line 52
      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 54
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* privKeyInfo */
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
         2: .line 57
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
         3: .line 58
            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 60
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* privKeyInfo */
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
         2: .line 63
            aload 0 /* this */
            aload 2 /* str */
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
         3: .line 64
            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 66
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 1 /* privKeyInfo */
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.privKeyInfo:Lorg/bouncycastle/asn1/pkcs/PrivateKeyInfo;
         2: .line 69
            aload 0 /* this */
            aload 2 /* generalName */
            putfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
         3: .line 70
            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 74
            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 79
            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 84
            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 89
            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.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.crmf.EncKeyWithID this
         0: .line 106
            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 108
            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/ASN1Encodable;)V
         2: .line 110
            aload 0 /* this */
            getfield org.bouncycastle.asn1.crmf.EncKeyWithID.identifier:Lorg/bouncycastle/asn1/ASN1Encodable;
            ifnull 4
         3: .line 112
            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/ASN1Encodable;)V
         4: .line 115
      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"