@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
15 lines (14 loc) • 318 B
TypeScript
import { OBJECT_IDENTIFIER } from "asn1-ts";
/**
* @summary id_dsa_with_sha1
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* id-dsa-with-sha1 OBJECT IDENTIFIER ::= {iso(1) member-body(2) us(840) x9-57(10040) x9cm(4) 3}
* ```
*
* @constant
*/
export declare const id_dsa_with_sha1: OBJECT_IDENTIFIER;