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