getPem

open override fun getPem(): String(source)

Returns the PEM (Privacy-Enhanced Mail) representation of the public key. The key is encoded in base64 and wrapped with "BEGIN" and "END" markers.

Return

the PEM representation of the private key as a String