pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
6 lines • 409 B
TypeScript
import { ASN1Element as _Element, OCTET_STRING } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
export declare type EncryptedData = OCTET_STRING;
export declare function _decode_EncryptedData(el: _Element): Uint8Array;
export declare function _encode_EncryptedData(value: EncryptedData, elGetter: $.ASN1Encoder<EncryptedData>): _Element;
//# sourceMappingURL=EncryptedData.ta.d.ts.map