UNPKG

pkcs-ts

Version:

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

19 lines 1.2 kB
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { IrisScan_eye, _enum_for_IrisScan_eye } from "../PKCS-15/IrisScan-eye.ta"; export { IrisScan_eye, IrisScan_eye_left, IrisScan_eye_right, left, right, _decode_IrisScan_eye, _encode_IrisScan_eye, _enum_for_IrisScan_eye, } from "../PKCS-15/IrisScan-eye.ta"; export declare class IrisScan { readonly eye: IrisScan_eye; readonly _unrecognizedExtensionsList: _Element[]; constructor(eye: IrisScan_eye, _unrecognizedExtensionsList?: _Element[]); static _from_object(_o: { [_K in keyof IrisScan]: IrisScan[_K]; }): IrisScan; static _enum_for_eye: typeof _enum_for_IrisScan_eye; } export declare const _root_component_type_list_1_spec_for_IrisScan: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_IrisScan: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_IrisScan: $.ComponentSpec[]; export declare function _decode_IrisScan(el: _Element): IrisScan; export declare function _encode_IrisScan(value: IrisScan, elGetter: $.ASN1Encoder<IrisScan>): _Element; //# sourceMappingURL=IrisScan.ta.d.ts.map