generateCertificate static method
The generateCertificate()
static function of the RTCPeerConnection
interface creates an X.509 certificate and corresponding private key,
returning a promise that resolves with the new RTCCertificate once it's
generated.
Implementation
external static JSPromise<RTCCertificate> generateCertificate(
AlgorithmIdentifier keygenAlgorithm);