# HashAlgorithm

## Content

# Type Alias: HashAlgorithm

```ts
type HashAlgorithm = typeof SupportedHashAlgorithms[keyof typeof SupportedHashAlgorithms];
```

Defines object identifiers (OID) of hash algorithms supported by [Pkcs7Signer](../classes/Pkcs7Signer).
