Parses a PEM string into a private key.
static SecretKey fromPem(String pem) => SecretKey._(ffi.RsaSecretKey.fromPem(pem: pem));