UNPKG

pkcs-ts

Version:

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

7 lines 452 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { Time } from "x500-ts/dist/node/modules/AuthenticationFramework/Time.ta"; export declare type SigningTime = Time; export declare function _decode_SigningTime(el: _Element): Time; export declare function _encode_SigningTime(value: SigningTime, elGetter: $.ASN1Encoder<SigningTime>): _Element; //# sourceMappingURL=SigningTime.ta.d.ts.map