Uses of Interface
org.webrtc.SSLCertificateVerifier
Packages that use SSLCertificateVerifier
-
Uses of SSLCertificateVerifier in org.webrtc
Fields in org.webrtc declared as SSLCertificateVerifierModifier and TypeFieldDescriptionprivate SSLCertificateVerifierPeerConnectionDependencies.Builder.sslCertificateVerifierprivate final SSLCertificateVerifierPeerConnectionDependencies.sslCertificateVerifierMethods in org.webrtc that return SSLCertificateVerifierModifier and TypeMethodDescription(package private) SSLCertificateVerifierPeerConnectionDependencies.getSSLCertificateVerifier()Methods in org.webrtc with parameters of type SSLCertificateVerifierModifier and TypeMethodDescription(package private) PeerConnectionPeerConnectionFactory.createPeerConnectionInternal(PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, PeerConnection.Observer observer, SSLCertificateVerifier sslCertificateVerifier) Internal helper function to pass the parameters down into the native JNI bridge.private static longPeerConnectionFactory.nativeCreatePeerConnection(long factory, PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, long nativeObserver, SSLCertificateVerifier sslCertificateVerifier) PeerConnectionDependencies.Builder.setSSLCertificateVerifier(SSLCertificateVerifier sslCertificateVerifier) Constructors in org.webrtc with parameters of type SSLCertificateVerifierModifierConstructorDescriptionprivatePeerConnectionDependencies(PeerConnection.Observer observer, SSLCertificateVerifier sslCertificateVerifier)