UNPKG

pkcs-ts

Version:

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

6 lines 431 B
import { ASN1Element as _Element, OBJECT_IDENTIFIER } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare type ContentType = OBJECT_IDENTIFIER; export declare function _decode_ContentType(el: _Element): import("asn1-ts").ObjectIdentifier; export declare function _encode_ContentType(value: ContentType, elGetter: $.ASN1Encoder<ContentType>): _Element; //# sourceMappingURL=ContentType.ta.d.ts.map