UNPKG

pkcs-ts

Version:

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

8 lines 602 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { SignerInfo } from "../CryptographicMessageSyntax/SignerInfo.ta"; export { SignerInfo, _decode_SignerInfo, _encode_SignerInfo, } from "../CryptographicMessageSyntax/SignerInfo.ta"; export declare type Countersignature = SignerInfo; export declare function _decode_Countersignature(el: _Element): SignerInfo; export declare function _encode_Countersignature(value: Countersignature, elGetter: $.ASN1Encoder<Countersignature>): _Element; //# sourceMappingURL=Countersignature.ta.d.ts.map