# OID

## Content

# Variable: OID

```ts
const OID: object;
```

Collection of cryptographic Object Identifiers (OIDs).

## Type Declaration

### EncryptionAlgorithms

```ts
readonly EncryptionAlgorithms: object;
```

Represents the IDs of encryption algorithms.

#### EncryptionAlgorithms.DSA

```ts
readonly DSA: "1.2.840.10040.4.1";
```

1.2.840.10040.4.1

#### EncryptionAlgorithms.ECDSA

```ts
readonly ECDSA: "1.2.840.10045.2.1";
```

1.2.840.10045.2.1

#### EncryptionAlgorithms.RSA

```ts
readonly RSA: "1.2.840.113549.1.1.1";
```

1.2.840.113549.1.1.1

### HashAlgorithms

```ts
readonly HashAlgorithms: object;
```

Represents the IDs of hash algorithms.

#### HashAlgorithms.SHA1

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

1.3.14.3.2.26

#### HashAlgorithms.SHA256

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

2.16.840.1.101.3.4.2.1

#### HashAlgorithms.SHA384

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

2.16.840.1.101.3.4.2.2

#### HashAlgorithms.SHA512

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

2.16.840.1.101.3.4.2.3

### PKCS7

```ts
readonly PKCS7: object;
```

Represents the IDs related to PKCS#7.

#### PKCS7.AA\_SIGNING\_CERTIFICATE\_V1

```ts
readonly AA_SIGNING_CERTIFICATE_V1: "1.2.840.113549.1.9.16.2.12";
```

#### PKCS7.AA\_SIGNING\_CERTIFICATE\_V2

```ts
readonly AA_SIGNING_CERTIFICATE_V2: "1.2.840.113549.1.9.16.2.47";
```

#### PKCS7.ADBE\_REVOCATION

```ts
readonly ADBE_REVOCATION: "1.2.840.113583.1.1.8";
```

#### PKCS7.CONTENT\_TYPE

```ts
readonly CONTENT_TYPE: "1.2.840.113549.1.9.3";
```

#### PKCS7.DATA

```ts
readonly DATA: "1.2.840.113549.1.7.1";
```

#### PKCS7.MESSAGE\_DIGEST

```ts
readonly MESSAGE_DIGEST: "1.2.840.113549.1.9.4";
```

#### PKCS7.OCSP

```ts
readonly OCSP: "1.3.6.1.5.5.7.48.1";
```

#### PKCS7.SIGNED\_DATA

```ts
readonly SIGNED_DATA: "1.2.840.113549.1.7.2";
```

#### PKCS7.SIGNING\_TIME

```ts
readonly SIGNING_TIME: "1.2.840.113549.1.9.5";
```

#### PKCS7.TIME\_STAMP\_TOKEN

```ts
readonly TIME_STAMP_TOKEN: "1.2.840.113549.1.9.16.2.14";
```

#### PKCS7.TSA

```ts
readonly TSA: "1.2.840.113583.1.1.9.1";
```

#### PKCS7.TST\_INFO\_STRUCTURE

```ts
readonly TST_INFO_STRUCTURE: "1.2.840.113549.1.9.16.1.4";
```
