Skip to content

Instance Property

pemRepresentation

Exports the current private key as a PEM encoded string.
var pemRepresentation: String { get }

Return Value

A PEM encoded string representation of the key.

Discussion

Throws

If the key is not a private key.