toPem method

String toPem()

Serializes a private key into a PEM string.

Implementation

String toPem() => _inner.toPem();