toPem method

String toPem()

Serializes a public key into a PEM string.

Implementation

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