# SupportedHashAlgorithms

## Content

# Variable: SupportedHashAlgorithms

```ts
const SupportedHashAlgorithms: object;
```

Supported hash algorithms for [Pkcs7Signer](../classes/Pkcs7Signer).

## Type Declaration

### SHA1

```ts
SHA1: "1.3.14.3.2.26";
```

### SHA256

```ts
SHA256: "2.16.840.1.101.3.4.2.1";
```

### SHA384

```ts
SHA384: "2.16.840.1.101.3.4.2.2";
```

### SHA512

```ts
SHA512: "2.16.840.1.101.3.4.2.3";
```
