X509Certificate represents an SSL certificate, with accessors to get the fields of the certificate.

Properties

endValidity DateTime
read-only

issuer String
read-only

startValidity DateTime
read-only

subject String
read-only

Constructors

X509Certificate(String subject, String issuer, DateTime startValidity, DateTime endValidity)