UNPKG

pkcs-ts

Version:

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

7 lines 508 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { PrivateKeyInfo } from "../AsymmetricKeyPackageModuleV1/PrivateKeyInfo.ta"; export declare type KeyBag = PrivateKeyInfo; export declare function _decode_KeyBag(el: _Element): import("../AsymmetricKeyPackageModuleV1/OneAsymmetricKey.ta").OneAsymmetricKey; export declare function _encode_KeyBag(value: KeyBag, elGetter: $.ASN1Encoder<KeyBag>): _Element; //# sourceMappingURL=KeyBag.ta.d.ts.map