public class org.bouncycastle.asn1.x9.KeySpecificInfo extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.x9.KeySpecificInfo
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  private org.bouncycastle.asn1.DERObjectIdentifier algorithm;
    descriptor: Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.asn1.ASN1OctetString counter;
    descriptor: Lorg/bouncycastle/asn1/ASN1OctetString;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.asn1.DERObjectIdentifier, org.bouncycastle.asn1.ASN1OctetString);
    descriptor: (Lorg/bouncycastle/asn1/DERObjectIdentifier;Lorg/bouncycastle/asn1/ASN1OctetString;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.x9.KeySpecificInfo this
        start local 1 // org.bouncycastle.asn1.DERObjectIdentifier algorithm
        start local 2 // org.bouncycastle.asn1.ASN1OctetString counter
         0: .line 23
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 27
            aload 0 /* this */
            aload 1 /* algorithm */
            putfield org.bouncycastle.asn1.x9.KeySpecificInfo.algorithm:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 28
            aload 0 /* this */
            aload 2 /* counter */
            putfield org.bouncycastle.asn1.x9.KeySpecificInfo.counter:Lorg/bouncycastle/asn1/ASN1OctetString;
         3: .line 29
            return
        end local 2 // org.bouncycastle.asn1.ASN1OctetString counter
        end local 1 // org.bouncycastle.asn1.DERObjectIdentifier algorithm
        end local 0 // org.bouncycastle.asn1.x9.KeySpecificInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/bouncycastle/asn1/x9/KeySpecificInfo;
            0    4     1  algorithm  Lorg/bouncycastle/asn1/DERObjectIdentifier;
            0    4     2    counter  Lorg/bouncycastle/asn1/ASN1OctetString;
    MethodParameters:
           Name  Flags
      algorithm  
      counter    

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bouncycastle.asn1.x9.KeySpecificInfo this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 31
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 34
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
            astore 2 /* e */
        start local 2 // java.util.Enumeration e
         2: .line 36
            aload 0 /* this */
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast org.bouncycastle.asn1.DERObjectIdentifier
            putfield org.bouncycastle.asn1.x9.KeySpecificInfo.algorithm:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         3: .line 37
            aload 0 /* this */
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast org.bouncycastle.asn1.ASN1OctetString
            putfield org.bouncycastle.asn1.x9.KeySpecificInfo.counter:Lorg/bouncycastle/asn1/ASN1OctetString;
         4: .line 38
            return
        end local 2 // java.util.Enumeration e
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.x9.KeySpecificInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/asn1/x9/KeySpecificInfo;
            0    5     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            2    5     2     e  Ljava/util/Enumeration;
    MethodParameters:
      Name  Flags
      seq   

  public org.bouncycastle.asn1.DERObjectIdentifier getAlgorithm();
    descriptor: ()Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x9.KeySpecificInfo this
         0: .line 42
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.KeySpecificInfo.algorithm:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.x9.KeySpecificInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x9/KeySpecificInfo;

  public org.bouncycastle.asn1.ASN1OctetString getCounter();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1OctetString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x9.KeySpecificInfo this
         0: .line 47
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.KeySpecificInfo.counter:Lorg/bouncycastle/asn1/ASN1OctetString;
            areturn
        end local 0 // org.bouncycastle.asn1.x9.KeySpecificInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x9/KeySpecificInfo;

  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.x9.KeySpecificInfo this
         0: .line 61
            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 63
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.KeySpecificInfo.algorithm:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         2: .line 64
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x9.KeySpecificInfo.counter:Lorg/bouncycastle/asn1/ASN1OctetString;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         3: .line 66
            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.x9.KeySpecificInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/asn1/x9/KeySpecificInfo;
            1    4     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "KeySpecificInfo.java"