UNPKG

@wildboar/pkcs

Version:
15 lines 377 B
import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary pkcs_9_at_challengePassword * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs-9-at-challengePassword OBJECT IDENTIFIER ::= {pkcs-9 7} * ``` * * @constant */ export declare const pkcs_9_at_challengePassword: OBJECT_IDENTIFIER; //# sourceMappingURL=pkcs-9-at-challengePassword.va.d.mts.map