UNPKG

pkcs-ts

Version:

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

7 lines 497 B
import { EncryptedData } from "../PKCS7/EncryptedData.ta"; import { PKCS7_CONTENT_TYPE } from "../PKCS7/PKCS7-CONTENT-TYPE.oca"; export { EncryptedData, _decode_EncryptedData, _encode_EncryptedData, } from "../PKCS7/EncryptedData.ta"; export { id_encrypted_data } from "../PKCS7/id-encrypted-data.va"; export { PKCS7_CONTENT_TYPE } from "../PKCS7/PKCS7-CONTENT-TYPE.oca"; export declare const encrypted_data: PKCS7_CONTENT_TYPE<EncryptedData>; //# sourceMappingURL=encrypted-data.oa.d.ts.map