pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
10 lines • 737 B
TypeScript
import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { DataType } from "../PKCS-15/DataType.ta";
import { PathOrObjects } from "../PKCS-15/PathOrObjects.ta";
export { DataType, _decode_DataType, _encode_DataType, } from "../PKCS-15/DataType.ta";
export { PathOrObjects, _get_decoder_for_PathOrObjects, _get_encoder_for_PathOrObjects, } from "../PKCS-15/PathOrObjects.ta";
export declare type DataObjects = PathOrObjects<DataType>;
export declare function _decode_DataObjects(el: _Element): PathOrObjects<DataType>;
export declare function _encode_DataObjects(value: DataObjects, elGetter: $.ASN1Encoder<DataObjects>): _Element;
//# sourceMappingURL=DataObjects.ta.d.ts.map