Class SecurityDetails


  • public class SecurityDetails
    extends Object
    • Field Detail

      • issuer

        public String issuer
        Common Name component of the Issuer field. from the certificate. This should only be used for informational purposes. Optional.
      • protocol

        public String protocol
        The specific TLS protocol used. (e.g. TLS 1.3). Optional.
      • subjectName

        public String subjectName
        Common Name component of the Subject field from the certificate. This should only be used for informational purposes. Optional.
      • validFrom

        public Double validFrom
        Unix timestamp (in seconds) specifying when this cert becomes valid. Optional.
      • validTo

        public Double validTo
        Unix timestamp (in seconds) specifying when this cert becomes invalid. Optional.
    • Constructor Detail

      • SecurityDetails

        public SecurityDetails()