pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
10 lines • 771 B
TypeScript
import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { PathOrObjects } from "../PKCS-15/PathOrObjects.ta";
import { PublicKeyType } from "../PKCS-15/PublicKeyType.ta";
export { PathOrObjects, _get_decoder_for_PathOrObjects, _get_encoder_for_PathOrObjects, } from "../PKCS-15/PathOrObjects.ta";
export { PublicKeyType, _decode_PublicKeyType, _encode_PublicKeyType, } from "../PKCS-15/PublicKeyType.ta";
export declare type PublicKeys = PathOrObjects<PublicKeyType>;
export declare function _decode_PublicKeys(el: _Element): PathOrObjects<PublicKeyType>;
export declare function _encode_PublicKeys(value: PublicKeys, elGetter: $.ASN1Encoder<PublicKeys>): _Element;
//# sourceMappingURL=PublicKeys.ta.d.ts.map