@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
16 lines (15 loc) • 316 B
TypeScript
import { OBJECT_IDENTIFIER } from "asn1-ts";
export { pkcs_3 } from "../PKCS-3/pkcs-3.va";
/**
* @summary dhKeyAgreement
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* dhKeyAgreement OBJECT IDENTIFIER ::= { pkcs-3 1 }
* ```
*
* @constant
*/
export declare const dhKeyAgreement: OBJECT_IDENTIFIER;