Uses of Class
dev.onvoid.webrtc.RTCCertificatePEM
-
Packages that use RTCCertificatePEM Package Description dev.onvoid.webrtc -
-
Uses of RTCCertificatePEM in dev.onvoid.webrtc
Fields in dev.onvoid.webrtc with type parameters of type RTCCertificatePEM Modifier and Type Field Description List<RTCCertificatePEM>RTCConfiguration. certificatesA list of certificates that the RTCPeerConnection uses to authenticate.Methods in dev.onvoid.webrtc that return types with arguments of type RTCCertificatePEM Modifier and Type Method Description List<RTCCertificatePEM>RTCDtlsTransport. getRemoteCertificates()Returns the certificate chain in use by the remote side, with each certificate encoded in PEM format.
-