UNPKG

pkcs-ts

Version:

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

6 lines 353 B
import { ASN1Element as _Element, UTF8String } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare type Label = UTF8String; export declare function _decode_Label(el: _Element): string; export declare function _encode_Label(value: Label, elGetter: $.ASN1Encoder<Label>): _Element; //# sourceMappingURL=Label.ta.d.ts.map