X509CertificateMixin mixin

class MyX509Certificate with X509CertificateMixin implements X509Certificate { 
  // Must override 
  @override 
  X509Certificate get x509Certificate;
  ...
}
Implemented types

Properties

der Uint8List
The DER encoded bytes of the certificate.
no setteroverride
endValidity DateTime
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
issuer String
no setteroverride
pem String
The PEM encoded String of the certificate.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha1 Uint8List
The SHA1 hash of the certificate.
no setteroverride
startValidity DateTime
no setteroverride
subject String
no setteroverride
x509Certificate X509Certificate
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited