pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
8 lines • 687 B
TypeScript
import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { RecipientEncryptedKey } from "../PKCS7/RecipientEncryptedKey.ta";
export { RecipientEncryptedKey, _decode_RecipientEncryptedKey, _encode_RecipientEncryptedKey, } from "../PKCS7/RecipientEncryptedKey.ta";
export declare type RecipientEncryptedKeys = RecipientEncryptedKey[];
export declare function _decode_RecipientEncryptedKeys(el: _Element): RecipientEncryptedKeys;
export declare function _encode_RecipientEncryptedKeys(value: RecipientEncryptedKeys, elGetter: $.ASN1Encoder<RecipientEncryptedKeys>): _Element;
//# sourceMappingURL=RecipientEncryptedKeys.ta.d.ts.map