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