Dart API Reference
dart:io
X509Certificate
X509Certificate
class
X509Certificate represents an SSL certificate, with accessors to get the fields of the certificate.
X509Certificate represents an SSL certificate, with accessors to get the fields of the certificate.
Constructors
X509Certificate
(
String
subject
,
String
issuer
,
DateTime
startValidity
,
DateTime
endValidity
)
Instance Properties
subject
String
read-only
issuer
String
read-only
startValidity
DateTime
read-only
endValidity
DateTime
read-only