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 SSLCertificateVerifier
PeerConnectionDependencies.Builder.sslCertificateVerifier
private final SSLCertificateVerifier
PeerConnectionDependencies.sslCertificateVerifier
Methods in org.webrtc that return SSLCertificateVerifierModifier and TypeMethodDescription(package private) SSLCertificateVerifier
PeerConnectionDependencies.getSSLCertificateVerifier()
Methods in org.webrtc with parameters of type SSLCertificateVerifierModifier and TypeMethodDescription(package private) PeerConnection
PeerConnectionFactory.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 long
PeerConnectionFactory.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 SSLCertificateVerifierModifierConstructorDescriptionprivate
PeerConnectionDependencies
(PeerConnection.Observer observer, SSLCertificateVerifier sslCertificateVerifier)