Uses of Class
org.openqa.selenium.devtools.v141.security.model.CertificateId
Packages that use CertificateId
-
Uses of CertificateId in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return CertificateIdConstructors in org.openqa.selenium.devtools.v141.network.model with parameters of type CertificateIdModifierConstructorDescriptionSecurityDetails(String protocol, String keyExchange, Optional<String> keyExchangeGroup, String cipher, Optional<String> mac, CertificateId certificateId, String subjectName, List<String> sanList, String issuer, TimeSinceEpoch validFrom, TimeSinceEpoch validTo, List<SignedCertificateTimestamp> signedCertificateTimestampList, CertificateTransparencyCompliance certificateTransparencyCompliance, Optional<Integer> serverSignatureAlgorithm, Boolean encryptedClientHello)