UNPKG

pkcs-ts

Version:

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

15 lines 821 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare enum _enum_for_FingerPrint_hand { left = 0, right = 1 } export declare type FingerPrint_hand = _enum_for_FingerPrint_hand; export declare const FingerPrint_hand: typeof _enum_for_FingerPrint_hand; export declare const FingerPrint_hand_left: FingerPrint_hand; export declare const left: FingerPrint_hand; export declare const FingerPrint_hand_right: FingerPrint_hand; export declare const right: FingerPrint_hand; export declare function _decode_FingerPrint_hand(el: _Element): _enum_for_FingerPrint_hand; export declare function _encode_FingerPrint_hand(value: FingerPrint_hand, elGetter: $.ASN1Encoder<FingerPrint_hand>): _Element; //# sourceMappingURL=FingerPrint-hand.ta.d.ts.map