Re: [push-api] Message encryption (#130)

> +          through the <code>getKey</code> method or the serializer of
> +          <code><a>PushSubscription</a></code>. Each key is named using a value from the
> +          <code><dfn>PushEncryptionKeyName</dfn></code> enumeration.
> +        </p>
> +        <dl title="enum PushEncryptionKeyName" class="idl">
> +          <dt>
> +            p256dh
> +          </dt>
> +        </dl>
> +        <p>
> +          The <code><dfn id="widl-PushEncryptionKeyName-p256dh">p256dh</dfn></code> value is used
> +          to retrieve the P-256 ECDH Diffie-Hellman public key described in
> +          [[!WEBPUSH-ENCRYPTION]].
> +        </p>
> +        <p>
> +          Other encryption keys could be provided to applications.

I wanted to leave this as an option for you specifically.  If you want to use curve 25519, then you could.  If you don't want to, then I'm happy to remove it.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/pull/130/files#r37892928

Received on Tuesday, 25 August 2015 17:22:49 UTC