- From: Wan-Teh Chang <wtc@google.com>
- Date: Fri, 8 Jun 2012 17:48:22 -0700
- To: David Dahl <ddahl@mozilla.com>
- Cc: Mitch Zollinger <mzollinger@netflix.com>, public-webcrypto@w3.org
On Thu, Jun 7, 2012 at 8:26 PM, David Dahl <ddahl@mozilla.com> wrote: > > I think so. We do need to figure out just how flexible this mechanism should be. Perhaps the key handle object you get back has properties like: > > kh.mode > kh.padding > kh.algorithm An AES key can be used in different modes of operation and with different padding schemes, so 'mode' and 'padding' aren't properties of a key unless we artificially constrain the key. kh.algorithm and kh.key_size are common properties of a key. Wan-Teh
Received on Saturday, 9 June 2012 00:48:45 UTC