pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
23 lines • 1.91 kB
TypeScript
import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { FingerPrint_finger, _enum_for_FingerPrint_finger } from "../PKCS-15/FingerPrint-finger.ta";
import { FingerPrint_hand, _enum_for_FingerPrint_hand } from "../PKCS-15/FingerPrint-hand.ta";
export { FingerPrint_finger, FingerPrint_finger_littleFinger, FingerPrint_finger_middleFinger, FingerPrint_finger_pointerFinger, FingerPrint_finger_ringFinger, FingerPrint_finger_thumb, littleFinger, middleFinger, pointerFinger, ringFinger, thumb, _decode_FingerPrint_finger, _encode_FingerPrint_finger, _enum_for_FingerPrint_finger, } from "../PKCS-15/FingerPrint-finger.ta";
export { FingerPrint_hand, FingerPrint_hand_left, FingerPrint_hand_right, left, right, _decode_FingerPrint_hand, _encode_FingerPrint_hand, _enum_for_FingerPrint_hand, } from "../PKCS-15/FingerPrint-hand.ta";
export declare class FingerPrint {
readonly hand: FingerPrint_hand;
readonly finger: FingerPrint_finger;
readonly _unrecognizedExtensionsList: _Element[];
constructor(hand: FingerPrint_hand, finger: FingerPrint_finger, _unrecognizedExtensionsList?: _Element[]);
static _from_object(_o: {
[_K in keyof FingerPrint]: FingerPrint[_K];
}): FingerPrint;
static _enum_for_hand: typeof _enum_for_FingerPrint_hand;
static _enum_for_finger: typeof _enum_for_FingerPrint_finger;
}
export declare const _root_component_type_list_1_spec_for_FingerPrint: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_FingerPrint: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_FingerPrint: $.ComponentSpec[];
export declare function _decode_FingerPrint(el: _Element): FingerPrint;
export declare function _encode_FingerPrint(value: FingerPrint, elGetter: $.ASN1Encoder<FingerPrint>): _Element;
//# sourceMappingURL=FingerPrint.ta.d.ts.map