public class org.bouncycastle.operator.jcajce.JceGenericKey extends org.bouncycastle.operator.GenericKey
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.operator.jcajce.JceGenericKey
  super_class: org.bouncycastle.operator.GenericKey
{
  private static java.lang.Object getRepresentation(java.security.Key);
    descriptor: (Ljava/security/Key;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.security.Key key
         0: .line 19
            aload 0 /* key */
            invokeinterface java.security.Key.getEncoded:()[B
            astore 1 /* keyBytes */
        start local 1 // byte[] keyBytes
         1: .line 21
            aload 1 /* keyBytes */
            ifnull 3
         2: .line 23
            aload 1 /* keyBytes */
            areturn
         3: .line 26
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* key */
            areturn
        end local 1 // byte[] keyBytes
        end local 0 // java.security.Key key
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0       key  Ljava/security/Key;
            1    4     1  keyBytes  [B
    MethodParameters:
      Name  Flags
      key   

  public void <init>(org.bouncycastle.asn1.x509.AlgorithmIdentifier, java.security.Key);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Ljava/security/Key;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.operator.jcajce.JceGenericKey this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier
        start local 2 // java.security.Key representation
         0: .line 31
            aload 0 /* this */
            aload 1 /* algorithmIdentifier */
            aload 2 /* representation */
            invokestatic org.bouncycastle.operator.jcajce.JceGenericKey.getRepresentation:(Ljava/security/Key;)Ljava/lang/Object;
            invokespecial org.bouncycastle.operator.GenericKey.<init>:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Ljava/lang/Object;)V
         1: .line 32
            return
        end local 2 // java.security.Key representation
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier
        end local 0 // org.bouncycastle.operator.jcajce.JceGenericKey this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/bouncycastle/operator/jcajce/JceGenericKey;
            0    2     1  algorithmIdentifier  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    2     2       representation  Ljava/security/Key;
    MethodParameters:
                     Name  Flags
      algorithmIdentifier  
      representation       
}
SourceFile: "JceGenericKey.java"