Parses a DER buffer into a private key.
static SecretKey fromDer(Uint8List der) => SecretKey._(ffi.XhpkeSecretKey.fromDer(der: der));