pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
7 lines • 483 B
TypeScript
import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { ContentInfo } from "../PKCS7/ContentInfo.ta";
export declare type AuthenticatedSafe = ContentInfo[];
export declare function _decode_AuthenticatedSafe(el: _Element): AuthenticatedSafe;
export declare function _encode_AuthenticatedSafe(value: AuthenticatedSafe, elGetter: $.ASN1Encoder<AuthenticatedSafe>): _Element;
//# sourceMappingURL=AuthenticatedSafe.ta.d.ts.map