Package com.microsoft.playwright.options
Class SecurityDetails
java.lang.Object
com.microsoft.playwright.options.SecurityDetails
-
Field Summary
FieldsModifier and TypeFieldDescriptionCommon Name component of the Issuer field.The specific TLS protocol used.Common Name component of the Subject field from the certificate.Unix timestamp (in seconds) specifying when this cert becomes valid.Unix timestamp (in seconds) specifying when this cert becomes invalid. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
issuer
Common Name component of the Issuer field. from the certificate. This should only be used for informational purposes. Optional. -
protocol
The specific TLS protocol used. (e.g.TLS 1.3). Optional. -
subjectName
Common Name component of the Subject field from the certificate. This should only be used for informational purposes. Optional. -
validFrom
Unix timestamp (in seconds) specifying when this cert becomes valid. Optional. -
validTo
Unix timestamp (in seconds) specifying when this cert becomes invalid. Optional.
-
-
Constructor Details
-
SecurityDetails
public SecurityDetails()
-