UNPKG

pkcs-ts

Version:

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

8 lines 591 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { OtherPrimeInfo } from "../PKCS-1/OtherPrimeInfo.ta"; export { OtherPrimeInfo, _decode_OtherPrimeInfo, _encode_OtherPrimeInfo, } from "../PKCS-1/OtherPrimeInfo.ta"; export declare type OtherPrimeInfos = OtherPrimeInfo[]; export declare function _decode_OtherPrimeInfos(el: _Element): OtherPrimeInfos; export declare function _encode_OtherPrimeInfos(value: OtherPrimeInfos, elGetter: $.ASN1Encoder<OtherPrimeInfos>): _Element; //# sourceMappingURL=OtherPrimeInfos.ta.d.ts.map