pem property

String pem

PEM representation of the Pkcs7 message

Implementation

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