pem property

String pem

PEM representation of the X509 certificate

Implementation

String get pem => PemCodec(PemLabel.certificate).encode(der);