Parses a PEM string into a public key.
static PublicKey fromPem(String pem) => PublicKey._(ffi.RsaPublicKey.fromPem(pem: pem));