pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
8 lines • 523 B
TypeScript
import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { Attribute } from "../PKCS-10/Attribute.ta";
export { Attribute, _decode_Attribute, _encode_Attribute, } from "../PKCS-10/Attribute.ta";
export declare type Attributes = Attribute[];
export declare function _decode_Attributes(el: _Element): Attributes;
export declare function _encode_Attributes(value: Attributes, elGetter: $.ASN1Encoder<Attributes>): _Element;
//# sourceMappingURL=Attributes.ta.d.ts.map