UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

7 lines 486 B
import { DigestedData } from "../PKCS7/DigestedData.ta"; import { PKCS7_CONTENT_TYPE } from "../PKCS7/PKCS7-CONTENT-TYPE.oca"; export { DigestedData, _decode_DigestedData, _encode_DigestedData, } from "../PKCS7/DigestedData.ta"; export { id_digested_data } from "../PKCS7/id-digested-data.va"; export { PKCS7_CONTENT_TYPE } from "../PKCS7/PKCS7-CONTENT-TYPE.oca"; export declare const digested_data: PKCS7_CONTENT_TYPE<DigestedData>; //# sourceMappingURL=digested-data.oa.d.ts.map