@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
21 lines • 408 B
text/typescript
import { type BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca.mjs";
/**
* @summary CertTypes
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* CertTypes BAG-TYPE ::= {
* x509Certificate |
* sdsiCertificate,
* ... -- For future extensions
* }
* ```
*
* @constant
* @type {BAG_TYPE[]}
*
*/
export declare const CertTypes: BAG_TYPE<any>[];
//# sourceMappingURL=CertTypes.osa.d.mts.map