Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

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.