public class org.bouncycastle.jce.provider.asymmetric.ec.KeyAgreement$MQVwithSHA1KDF extends org.bouncycastle.jce.provider.asymmetric.ec.KeyAgreement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.provider.asymmetric.ec.KeyAgreement$MQVwithSHA1KDF
  super_class: org.bouncycastle.jce.provider.asymmetric.ec.KeyAgreement
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.asymmetric.ec.KeyAgreement$MQVwithSHA1KDF this
         0: .line 313
            aload 0 /* this */
            ldc "ECMQVwithSHA1KDF"
            new org.bouncycastle.crypto.agreement.ECMQVBasicAgreement
            dup
            invokespecial org.bouncycastle.crypto.agreement.ECMQVBasicAgreement.<init>:()V
            new org.bouncycastle.crypto.agreement.kdf.ECDHKEKGenerator
            dup
            new org.bouncycastle.crypto.digests.SHA1Digest
            dup
            invokespecial org.bouncycastle.crypto.digests.SHA1Digest.<init>:()V
            invokespecial org.bouncycastle.crypto.agreement.kdf.ECDHKEKGenerator.<init>:(Lorg/bouncycastle/crypto/Digest;)V
            invokespecial org.bouncycastle.jce.provider.asymmetric.ec.KeyAgreement.<init>:(Ljava/lang/String;Lorg/bouncycastle/crypto/BasicAgreement;Lorg/bouncycastle/crypto/DerivationFunction;)V
         1: .line 314
            return
        end local 0 // org.bouncycastle.jce.provider.asymmetric.ec.KeyAgreement$MQVwithSHA1KDF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/jce/provider/asymmetric/ec/KeyAgreement$MQVwithSHA1KDF;
}
SourceFile: "KeyAgreement.java"
NestHost: org.bouncycastle.jce.provider.asymmetric.ec.KeyAgreement
InnerClasses:
  public MQVwithSHA1KDF = org.bouncycastle.jce.provider.asymmetric.ec.KeyAgreement$MQVwithSHA1KDF of org.bouncycastle.jce.provider.asymmetric.ec.KeyAgreement