pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
7 lines • 373 B
TypeScript
import { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca";
import { KeyBag } from "../PKCS-12/KeyBag.ta";
export { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca";
export { bagtypes } from "../PKCS-12/bagtypes.va";
export { KeyBag, _decode_KeyBag, _encode_KeyBag } from "../PKCS-12/KeyBag.ta";
export declare const keyBag: BAG_TYPE<KeyBag>;
//# sourceMappingURL=keyBag.oa.d.ts.map