UNPKG

pkcs-ts

Version:

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

18 lines 951 B
import { ASN1Element as _Element, OBJECT_IDENTIFIER } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca"; export { CRLTypes } from "../PKCS-12/CRLTypes.osa"; export declare class CRLBag { readonly crlId: OBJECT_IDENTIFIER; readonly crltValue: _Element; constructor(crlId: OBJECT_IDENTIFIER, crltValue: _Element); static _from_object(_o: { [_K in keyof CRLBag]: CRLBag[_K]; }): CRLBag; } export declare const _root_component_type_list_1_spec_for_CRLBag: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_CRLBag: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_CRLBag: $.ComponentSpec[]; export declare function _decode_CRLBag(el: _Element): CRLBag; export declare function _encode_CRLBag(value: CRLBag, elGetter: $.ASN1Encoder<CRLBag>): _Element; //# sourceMappingURL=CRLBag.ta.d.ts.map