@wildboar/ocsp
Version:
Online Certificate Status Protocol PDUs in TypeScript
19 lines • 536 B
text/typescript
import { NULL } from "@wildboar/asn1";
import type { EXTENSION } from "@wildboar/pki-stub";
/**
* @summary re_ocsp_extended_revoke
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* re-ocsp-extended-revoke EXTENSION ::= { SYNTAX NULL IDENTIFIED BY
* id-pkix-ocsp-extended-revoke }
* ```
*
* @constant
* @type {EXTENSION<NULL>}
* @implements {EXTENSION<NULL>}
*/
export declare const re_ocsp_extended_revoke: EXTENSION<NULL>;
//# sourceMappingURL=re-ocsp-extended-revoke.oa.d.mts.map