[]
        
(Showing Draft Content)

OID

Variable: OID

const OID: object;

Collection of cryptographic Object Identifiers (OIDs).

Type Declaration

EncryptionAlgorithms

readonly EncryptionAlgorithms: object;

Represents the IDs of encryption algorithms.

EncryptionAlgorithms.DSA

readonly DSA: "1.2.840.10040.4.1";

1.2.840.10040.4.1

EncryptionAlgorithms.ECDSA

readonly ECDSA: "1.2.840.10045.2.1";

1.2.840.10045.2.1

EncryptionAlgorithms.RSA

readonly RSA: "1.2.840.113549.1.1.1";

1.2.840.113549.1.1.1

HashAlgorithms

readonly HashAlgorithms: object;

Represents the IDs of hash algorithms.

HashAlgorithms.SHA1

readonly SHA1: "1.3.14.3.2.26";

1.3.14.3.2.26

HashAlgorithms.SHA256

readonly SHA256: "2.16.840.1.101.3.4.2.1";

2.16.840.1.101.3.4.2.1

HashAlgorithms.SHA384

readonly SHA384: "2.16.840.1.101.3.4.2.2";

2.16.840.1.101.3.4.2.2

HashAlgorithms.SHA512

readonly SHA512: "2.16.840.1.101.3.4.2.3";

2.16.840.1.101.3.4.2.3

PKCS7

readonly PKCS7: object;

Represents the IDs related to PKCS#7.

PKCS7.AA_SIGNING_CERTIFICATE_V1

readonly AA_SIGNING_CERTIFICATE_V1: "1.2.840.113549.1.9.16.2.12";

PKCS7.AA_SIGNING_CERTIFICATE_V2

readonly AA_SIGNING_CERTIFICATE_V2: "1.2.840.113549.1.9.16.2.47";

PKCS7.ADBE_REVOCATION

readonly ADBE_REVOCATION: "1.2.840.113583.1.1.8";

PKCS7.CONTENT_TYPE

readonly CONTENT_TYPE: "1.2.840.113549.1.9.3";

PKCS7.DATA

readonly DATA: "1.2.840.113549.1.7.1";

PKCS7.MESSAGE_DIGEST

readonly MESSAGE_DIGEST: "1.2.840.113549.1.9.4";

PKCS7.OCSP

readonly OCSP: "1.3.6.1.5.5.7.48.1";

PKCS7.SIGNED_DATA

readonly SIGNED_DATA: "1.2.840.113549.1.7.2";

PKCS7.SIGNING_TIME

readonly SIGNING_TIME: "1.2.840.113549.1.9.5";

PKCS7.TIME_STAMP_TOKEN

readonly TIME_STAMP_TOKEN: "1.2.840.113549.1.9.16.2.14";

PKCS7.TSA

readonly TSA: "1.2.840.113583.1.1.9.1";

PKCS7.TST_INFO_STRUCTURE

readonly TST_INFO_STRUCTURE: "1.2.840.113549.1.9.16.1.4";