UNPKG

pkcs-ts

Version:

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

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