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.

Do you explicitly want to allow for UA-specific extensions to the PushEncryptionKeyName values? (Why?)

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

Received on Tuesday, 25 August 2015 13:47:55 UTC