UNPKG

pkcs-ts

Version:

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

7 lines 558 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { EncryptedPrivateKeyInfo } from "../AsymmetricKeyPackageModuleV1/EncryptedPrivateKeyInfo.ta"; export declare type PKCS8ShroudedKeyBag = EncryptedPrivateKeyInfo; export declare function _decode_PKCS8ShroudedKeyBag(el: _Element): EncryptedPrivateKeyInfo; export declare function _encode_PKCS8ShroudedKeyBag(value: PKCS8ShroudedKeyBag, elGetter: $.ASN1Encoder<PKCS8ShroudedKeyBag>): _Element; //# sourceMappingURL=PKCS8ShroudedKeyBag.ta.d.ts.map