@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
20 lines (19 loc) • 364 B
TypeScript
import { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca";
export { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca";
/**
* @summary SecretTypes
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* SecretTypes BAG-TYPE ::= {
* ... -- For future extensions
* }
* ```
*
* @constant
* @type {BAG_TYPE[]}
*
*/
export declare const SecretTypes: BAG_TYPE<any>[];