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.
Instance Property
var pemRepresentation: String { get }
A PEM encoded string representation of the key.
Throws
If the key is not a private key.