[]
const OID: object;
Collection of cryptographic Object Identifiers (OIDs).
readonly EncryptionAlgorithms: object;
Represents the IDs of encryption algorithms.
readonly DSA: "1.2.840.10040.4.1";
1.2.840.10040.4.1
readonly ECDSA: "1.2.840.10045.2.1";
1.2.840.10045.2.1
readonly RSA: "1.2.840.113549.1.1.1";
1.2.840.113549.1.1.1
readonly HashAlgorithms: object;
Represents the IDs of hash algorithms.
readonly SHA1: "1.3.14.3.2.26";
1.3.14.3.2.26
readonly SHA256: "2.16.840.1.101.3.4.2.1";
2.16.840.1.101.3.4.2.1
readonly SHA384: "2.16.840.1.101.3.4.2.2";
2.16.840.1.101.3.4.2.2
readonly SHA512: "2.16.840.1.101.3.4.2.3";
2.16.840.1.101.3.4.2.3
readonly PKCS7: object;
Represents the IDs related to PKCS#7.
readonly AA_SIGNING_CERTIFICATE_V1: "1.2.840.113549.1.9.16.2.12";
readonly AA_SIGNING_CERTIFICATE_V2: "1.2.840.113549.1.9.16.2.47";
readonly ADBE_REVOCATION: "1.2.840.113583.1.1.8";
readonly CONTENT_TYPE: "1.2.840.113549.1.9.3";
readonly DATA: "1.2.840.113549.1.7.1";
readonly MESSAGE_DIGEST: "1.2.840.113549.1.9.4";
readonly OCSP: "1.3.6.1.5.5.7.48.1";
readonly SIGNED_DATA: "1.2.840.113549.1.7.2";
readonly SIGNING_TIME: "1.2.840.113549.1.9.5";
readonly TIME_STAMP_TOKEN: "1.2.840.113549.1.9.16.2.14";
readonly TSA: "1.2.840.113583.1.1.9.1";
readonly TST_INFO_STRUCTURE: "1.2.840.113549.1.9.16.1.4";