UNPKG

@wildboar/pkcs

Version:
70 lines 1.5 kB
import * as $ from "@wildboar/asn1/functional"; /** * @summary FingerPrint_hand * @description * * ### ASN.1 Definition: * * ```asn1 * FingerPrint-hand ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare enum _enum_for_FingerPrint_hand { left = 0, right = 1 } /** * @summary FingerPrint_hand * @description * * ### ASN.1 Definition: * * ```asn1 * FingerPrint-hand ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export type FingerPrint_hand = _enum_for_FingerPrint_hand; /** * @summary FingerPrint_hand * @description * * ### ASN.1 Definition: * * ```asn1 * FingerPrint-hand ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare const FingerPrint_hand: typeof _enum_for_FingerPrint_hand; /** * @summary FingerPrint_hand_left * @constant * @type {number} */ export declare const FingerPrint_hand_left: FingerPrint_hand; /** * @summary left * @constant * @type {number} */ export declare const left: FingerPrint_hand; /** * @summary FingerPrint_hand_right * @constant * @type {number} */ export declare const FingerPrint_hand_right: FingerPrint_hand; /** * @summary right * @constant * @type {number} */ export declare const right: FingerPrint_hand; export declare const _decode_FingerPrint_hand: $.ASN1Decoder<number>; export declare const _encode_FingerPrint_hand: $.ASN1Encoder<number>; //# sourceMappingURL=FingerPrint-hand.ta.d.mts.map