UNPKG

pkcs-ts

Version:

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

8 lines 663 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { KeyManagementInfo_Item } from "../PKCS-15/KeyManagementInfo-Item.ta"; export { KeyManagementInfo_Item, _decode_KeyManagementInfo_Item, _encode_KeyManagementInfo_Item, } from "../PKCS-15/KeyManagementInfo-Item.ta"; export declare type KeyManagementInfo = KeyManagementInfo_Item[]; export declare function _decode_KeyManagementInfo(el: _Element): KeyManagementInfo; export declare function _encode_KeyManagementInfo(value: KeyManagementInfo, elGetter: $.ASN1Encoder<KeyManagementInfo>): _Element; //# sourceMappingURL=KeyManagementInfo.ta.d.ts.map