public class org.bouncycastle.operator.GenericKey
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.operator.GenericKey
  super_class: java.lang.Object
{
  private org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier;
    descriptor: Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object representation;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.operator.GenericKey this
        start local 1 // java.lang.Object representation
         0: .line 14
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 16
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.operator.GenericKey.algorithmIdentifier:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         2: .line 17
            aload 0 /* this */
            aload 1 /* representation */
            putfield org.bouncycastle.operator.GenericKey.representation:Ljava/lang/Object;
         3: .line 18
            return
        end local 1 // java.lang.Object representation
        end local 0 // org.bouncycastle.operator.GenericKey this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/bouncycastle/operator/GenericKey;
            0    4     1  representation  Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      representation  

  public void <init>(org.bouncycastle.asn1.x509.AlgorithmIdentifier, byte[]);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.operator.GenericKey this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier
        start local 2 // byte[] representation
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            aload 1 /* algorithmIdentifier */
            putfield org.bouncycastle.operator.GenericKey.algorithmIdentifier:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         2: .line 23
            aload 0 /* this */
            aload 2 /* representation */
            putfield org.bouncycastle.operator.GenericKey.representation:Ljava/lang/Object;
         3: .line 24
            return
        end local 2 // byte[] representation
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier
        end local 0 // org.bouncycastle.operator.GenericKey this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lorg/bouncycastle/operator/GenericKey;
            0    4     1  algorithmIdentifier  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    4     2       representation  [B
    MethodParameters:
                     Name  Flags
      algorithmIdentifier  
      representation       

  protected void <init>(org.bouncycastle.asn1.x509.AlgorithmIdentifier, java.lang.Object);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.operator.GenericKey this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier
        start local 2 // java.lang.Object representation
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            aload 1 /* algorithmIdentifier */
            putfield org.bouncycastle.operator.GenericKey.algorithmIdentifier:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         2: .line 29
            aload 0 /* this */
            aload 2 /* representation */
            putfield org.bouncycastle.operator.GenericKey.representation:Ljava/lang/Object;
         3: .line 30
            return
        end local 2 // java.lang.Object representation
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier
        end local 0 // org.bouncycastle.operator.GenericKey this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lorg/bouncycastle/operator/GenericKey;
            0    4     1  algorithmIdentifier  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    4     2       representation  Ljava/lang/Object;
    MethodParameters:
                     Name  Flags
      algorithmIdentifier  
      representation       

  public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier();
    descriptor: ()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.operator.GenericKey this
         0: .line 34
            aload 0 /* this */
            getfield org.bouncycastle.operator.GenericKey.algorithmIdentifier:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            areturn
        end local 0 // org.bouncycastle.operator.GenericKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/operator/GenericKey;

  public java.lang.Object getRepresentation();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.operator.GenericKey this
         0: .line 39
            aload 0 /* this */
            getfield org.bouncycastle.operator.GenericKey.representation:Ljava/lang/Object;
            areturn
        end local 0 // org.bouncycastle.operator.GenericKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/operator/GenericKey;
}
SourceFile: "GenericKey.java"