UNPKG

pkcs-ts

Version:

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

23 lines 985 B
import { ASN1Element as _Element, ENUMERATED } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare enum _enum_for_PinType { bcd = 0, ascii_numeric = 1, utf8 = 2, half_nibble_bcd = 3, iso9564_1 = 3 } export declare type PinType = _enum_for_PinType | ENUMERATED; export declare const PinType_bcd: PinType; export declare const bcd: PinType; export declare const PinType_ascii_numeric: PinType; export declare const ascii_numeric: PinType; export declare const PinType_utf8: PinType; export declare const utf8: PinType; export declare const PinType_half_nibble_bcd: PinType; export declare const half_nibble_bcd: PinType; export declare const PinType_iso9564_1: PinType; export declare const iso9564_1: PinType; export declare function _decode_PinType(el: _Element): number; export declare function _encode_PinType(value: PinType, elGetter: $.ASN1Encoder<PinType>): _Element; //# sourceMappingURL=PinType.ta.d.ts.map