class sun.security.ec.ECDHKeyAgreement$1 implements sun.security.util.Supplier<byte[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ec.ECDHKeyAgreement$1
  super_class: java.lang.Object
{
  final sun.security.ec.ECDHKeyAgreement this$0;
    descriptor: Lsun/security/ec/ECDHKeyAgreement;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.security.ec.ECDHKeyAgreement);
    descriptor: (Lsun/security/ec/ECDHKeyAgreement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ec.ECDHKeyAgreement$1 this
         0: .line 171
            aload 0 /* this */
            aload 1
            putfield sun.security.ec.ECDHKeyAgreement$1.this$0:Lsun/security/ec/ECDHKeyAgreement;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.ec.ECDHKeyAgreement$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ec/ECDHKeyAgreement$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public byte[] get();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ec.ECDHKeyAgreement$1 this
         0: .line 173
            aload 0 /* this */
            getfield sun.security.ec.ECDHKeyAgreement$1.this$0:Lsun/security/ec/ECDHKeyAgreement;
            getfield sun.security.ec.ECDHKeyAgreement.privateKey:Ljava/security/interfaces/ECPrivateKey;
            aload 0 /* this */
            getfield sun.security.ec.ECDHKeyAgreement$1.this$0:Lsun/security/ec/ECDHKeyAgreement;
            getfield sun.security.ec.ECDHKeyAgreement.publicKey:Ljava/security/interfaces/ECPublicKey;
            invokestatic sun.security.ec.ECDHKeyAgreement.deriveKeyNative:(Ljava/security/interfaces/ECPrivateKey;Ljava/security/interfaces/ECPublicKey;)[B
            areturn
        end local 0 // sun.security.ec.ECDHKeyAgreement$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ec/ECDHKeyAgreement$1;

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.security.ec.ECDHKeyAgreement$1.get:()[B
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lsun/security/util/Supplier<[B>;
SourceFile: "ECDHKeyAgreement.java"
EnclosingMethod: sun.security.ec.ECDHKeyAgreement.engineGenerateSecret:()[B
NestHost: sun.security.ec.ECDHKeyAgreement
InnerClasses:
  sun.security.ec.ECDHKeyAgreement$1