Type Method
private(pem:)
Creates RSAKey from private key pem file.
static func `private`(pem string: String) throws -> RSAKey
Discussion
Private key pem files look like:
-----BEGIN PRIVATE KEY-----
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC0cOtPjzABybjzm3fCg1aCYwnx
...
aX4rbSL49Z3dAQn8vQIDAQAB
-----END PRIVATE KEY-----
This key can be used to verify and sign JWTs.