UNPKG

pkcs-ts

Version:

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

19 lines 1.08 kB
import { ASN1Element as _Element, OBJECT_IDENTIFIER } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { ObjectValue } from "../PKCS-15/ObjectValue.ta"; export { ObjectValue, _get_decoder_for_ObjectValue, _get_encoder_for_ObjectValue, } from "../PKCS-15/ObjectValue.ta"; export { PKCS15_OPAQUE } from "../PKCS-15/PKCS15-OPAQUE.oca"; export declare class OidDO { readonly id: OBJECT_IDENTIFIER; readonly value: ObjectValue<_Element>; constructor(id: OBJECT_IDENTIFIER, value: ObjectValue<_Element>); static _from_object(_o: { [_K in keyof OidDO]: OidDO[_K]; }): OidDO; } export declare const _root_component_type_list_1_spec_for_OidDO: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_OidDO: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_OidDO: $.ComponentSpec[]; export declare function _decode_OidDO(el: _Element): OidDO; export declare function _encode_OidDO(value: OidDO, elGetter: $.ASN1Encoder<OidDO>): _Element; //# sourceMappingURL=OidDO.ta.d.ts.map