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