public class org.bouncycastle.jce.spec.MQVPublicKeySpec implements java.security.spec.KeySpec, org.bouncycastle.jce.interfaces.MQVPublicKey
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.spec.MQVPublicKeySpec
  super_class: java.lang.Object
{
  private java.security.PublicKey staticKey;
    descriptor: Ljava/security/PublicKey;
    flags: (0x0002) ACC_PRIVATE

  private java.security.PublicKey ephemeralKey;
    descriptor: Ljava/security/PublicKey;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.security.PublicKey, java.security.PublicKey);
    descriptor: (Ljava/security/PublicKey;Ljava/security/PublicKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
        start local 1 // java.security.PublicKey staticKey
        start local 2 // java.security.PublicKey ephemeralKey
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            aload 1 /* staticKey */
            putfield org.bouncycastle.jce.spec.MQVPublicKeySpec.staticKey:Ljava/security/PublicKey;
         2: .line 26
            aload 0 /* this */
            aload 2 /* ephemeralKey */
            putfield org.bouncycastle.jce.spec.MQVPublicKeySpec.ephemeralKey:Ljava/security/PublicKey;
         3: .line 27
            return
        end local 2 // java.security.PublicKey ephemeralKey
        end local 1 // java.security.PublicKey staticKey
        end local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/bouncycastle/jce/spec/MQVPublicKeySpec;
            0    4     1     staticKey  Ljava/security/PublicKey;
            0    4     2  ephemeralKey  Ljava/security/PublicKey;
    MethodParameters:
              Name  Flags
      staticKey     
      ephemeralKey  

  public java.security.PublicKey getStaticKey();
    descriptor: ()Ljava/security/PublicKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
         0: .line 34
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.MQVPublicKeySpec.staticKey:Ljava/security/PublicKey;
            areturn
        end local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/MQVPublicKeySpec;

  public java.security.PublicKey getEphemeralKey();
    descriptor: ()Ljava/security/PublicKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
         0: .line 42
            aload 0 /* this */
            getfield org.bouncycastle.jce.spec.MQVPublicKeySpec.ephemeralKey:Ljava/security/PublicKey;
            areturn
        end local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/MQVPublicKeySpec;

  public java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
         0: .line 50
            ldc "ECMQV"
            areturn
        end local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/MQVPublicKeySpec;

  public java.lang.String getFormat();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
         0: .line 58
            aconst_null
            areturn
        end local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/MQVPublicKeySpec;

  public byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
         0: .line 66
            aconst_null
            areturn
        end local 0 // org.bouncycastle.jce.spec.MQVPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/jce/spec/MQVPublicKeySpec;
}
SourceFile: "MQVPublicKeySpec.java"