Uses of Class
dev.onvoid.webrtc.TlsCertPolicy
-
Packages that use TlsCertPolicy Package Description dev.onvoid.webrtc -
-
Uses of TlsCertPolicy in dev.onvoid.webrtc
Fields in dev.onvoid.webrtc declared as TlsCertPolicy Modifier and Type Field Description TlsCertPolicyRTCIceServer. tlsCertPolicyThe TLS certificate policy.Methods in dev.onvoid.webrtc that return TlsCertPolicy Modifier and Type Method Description static TlsCertPolicyTlsCertPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static TlsCertPolicy[]TlsCertPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-