From 6f3b7e2b7ac173336981f4c1fa3dedb0cd32ba19 Mon Sep 17 00:00:00 2001
From: Bernard Aboba For the purposes of this API, the [[\Certificate]] slot
- contains unstructured binary data. Note that an The Methods
RTCCertificate
might not directly hold
- private keying material, this might be stored in a secure module.RTCCertificate
object can be stored and retrieved
- from persistent storage by an application. When a user agent is
- required to obtain a structured clone [[!HTML51]] of an
- RTCCertificate
object, it performs the following
- steps:RTCCertificate
objects from persistent storage.
+ In implementations where an RTCCertificate
might not
+ directly hold private keying material (it might be stored in a
+ secure module), a reference to the private key can be held in
+ the [[\KeyingMaterial]] internal slot, allowing the
+ private key to be stored and used.
When a user agent is required to obtain a structured
+ clone [[!HTML51]] of an RTCCertificate
object,
+ it performs the following steps: