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.
You're viewing documentation for a pre-release version. View the latest stable version
Instance Property
var pemRepresentation: String { get }
A PEM encoded string representation of the key.
Throws
If the key is not a private key.