@wildboar/ocsp
Version:
Online Certificate Status Protocol PDUs in TypeScript
17 lines • 350 B
text/typescript
import { type RESPONSE } from "../OCSP-2013-08/RESPONSE.oca.mjs";
/**
* @summary ResponseSet
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* ResponseSet RESPONSE ::= {basicResponse, ...}
* ```
*
* @constant
* @type {RESPONSE[]}
*
*/
export declare const ResponseSet: RESPONSE<any>[];
//# sourceMappingURL=ResponseSet.osa.d.mts.map