UNPKG

pkcs-ts

Version:

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

7 lines 541 B
import { AuthenticatedData } from "../PKCS7/AuthenticatedData.ta"; import { PKCS7_CONTENT_TYPE } from "../PKCS7/PKCS7-CONTENT-TYPE.oca"; export { AuthenticatedData, _decode_AuthenticatedData, _encode_AuthenticatedData, } from "../PKCS7/AuthenticatedData.ta"; export { id_authenticated_data } from "../PKCS7/id-authenticated-data.va"; export { PKCS7_CONTENT_TYPE } from "../PKCS7/PKCS7-CONTENT-TYPE.oca"; export declare const authenticated_data: PKCS7_CONTENT_TYPE<AuthenticatedData>; //# sourceMappingURL=authenticated-data.oa.d.ts.map