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

Properties

DateTime endValidity
read-only
String issuer
read-only
DateTime startValidity
read-only
String subject
read-only

Constructors

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