diff --git a/webrtc.html b/webrtc.html index 44ba138e4..79e671cbb 100644 --- a/webrtc.html +++ b/webrtc.html @@ -4672,14 +4672,18 @@
For the purposes of this API, the [[\Certificate]] slot - contains unstructured binary data.
-Note that an RTCCertificate
might not directly hold
- private keying material, this might be stored in a secure module.
The 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: