Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.CertificateTransparencyCompliance
Packages that use CertificateTransparencyCompliance
-
Uses of CertificateTransparencyCompliance in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return CertificateTransparencyComplianceModifier and TypeMethodDescriptionCertificateTransparencyCompliance.fromString(String s) SecurityDetails.getCertificateTransparencyCompliance()Whether the request complied with Certificate Transparency policyReturns the enum constant of this class with the specified name.static CertificateTransparencyCompliance[]CertificateTransparencyCompliance.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type CertificateTransparencyComplianceModifierConstructorDescriptionSecurityDetails(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)