Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1105487 of RTCCertificate

  • Revision slug: Web/API/RTCCertificate
  • Revision title: RTCCertificate
  • Revision id: 1105487
  • Created:
  • Creator: jpmedley
  • Is current revision? Yes
  • Comment

Revision Content

{{WebRTCSidebar}}

The interface of the the WebRTC API provides an object represents a certificate that an {{domxref("RTCPeerConnection")}} uses to authenticate.

Properties

{{domxref("RTCCertificate.expires")}} {{readonlyinline}}
Returns the expiration date of the certificate.

Specifications

Specification Status Comment
{{SpecName('WebRTC 1.0')}} {{Spec2('WebRTC 1.0')}} Initial definition.

Browser compatibility

{{CompatibilityTable}}
Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support {{CompatChrome(52.0)}} [1]     {{CompatOpera(39)}}  
Feature Android Android Webview Firefox Mobile (Gecko) Firefox OS IE Mobile Opera Mobile Safari Mobile Chrome for Android
Basic support {{CompatNo}} {{CompatChrome(52.0)}} [1]       {{CompatOperaMobile(39)}}   {{CompatChrome(52.0)}} [1]

[1] Behind a flag starting with Chrome 48.

Revision Source

<p>{{WebRTCSidebar}}</p>

<p>The interface of the the <a href="/en-US/docs/Web/API/WebRTC_API">WebRTC API</a> provides an object represents a certificate that an {{domxref("RTCPeerConnection")}}&nbsp;uses to authenticate.</p>

<h2 id="Properties">Properties</h2>

<dl>
 <dt>{{domxref("RTCCertificate.expires")}} {{readonlyinline}}</dt>
 <dd>Returns the expiration date of the certificate.</dd>
</dl>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
  <tr>
   <td>{{SpecName('WebRTC 1.0')}}</td>
   <td>{{Spec2('WebRTC 1.0')}}</td>
   <td>Initial definition.</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<div>{{CompatibilityTable}}</div>

<div id="compat-desktop">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Chrome</th>
   <th>Firefox (Gecko)</th>
   <th>Internet Explorer</th>
   <th>Opera</th>
   <th>Safari (WebKit)</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{CompatChrome(52.0)}} [1]</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>{{CompatOpera(39)}}</td>
   <td>&nbsp;</td>
  </tr>
 </tbody>
</table>
</div>

<div id="compat-mobile">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Android</th>
   <th>Android Webview</th>
   <th>Firefox Mobile (Gecko)</th>
   <th>Firefox OS</th>
   <th>IE Mobile</th>
   <th>Opera Mobile</th>
   <th>Safari Mobile</th>
   <th>Chrome for Android</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{CompatNo}}</td>
   <td>{{CompatChrome(52.0)}} [1]</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>{{CompatOperaMobile(39)}}</td>
   <td>&nbsp;</td>
   <td>{{CompatChrome(52.0)}} [1]</td>
  </tr>
 </tbody>
</table>
</div>

<p>[1] Behind a flag starting with Chrome 48.</p>
Revert to this revision