@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
15 lines • 303 B
text/typescript
import { OBJECT_IDENTIFIER } from "@wildboar/asn1";
/**
* @summary bagtypes
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* bagtypes OBJECT IDENTIFIER ::= {pkcs-12 10 1}
* ```
*
* @constant
*/
export declare const bagtypes: OBJECT_IDENTIFIER;
//# sourceMappingURL=bagtypes.va.d.mts.map