UNPKG

pkcs-ts

Version:

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

8 lines 617 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { Attribute } from "../CryptographicMessageSyntax/Attribute.ta"; export { Attribute, _decode_Attribute, _encode_Attribute, } from "../CryptographicMessageSyntax/Attribute.ta"; export declare type UnsignedAttributes = Attribute[]; export declare function _decode_UnsignedAttributes(el: _Element): UnsignedAttributes; export declare function _encode_UnsignedAttributes(value: UnsignedAttributes, elGetter: $.ASN1Encoder<UnsignedAttributes>): _Element; //# sourceMappingURL=UnsignedAttributes.ta.d.ts.map