UNPKG

pkcs-ts

Version:

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

16 lines 970 B
import { ASN1Element as _Element, OBJECT_IDENTIFIER } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare class PKCS12Attribute { readonly attrId: OBJECT_IDENTIFIER; readonly attrValues: _Element[]; constructor(attrId: OBJECT_IDENTIFIER, attrValues: _Element[]); static _from_object(_o: { [_K in keyof PKCS12Attribute]: PKCS12Attribute[_K]; }): PKCS12Attribute; } export declare const _root_component_type_list_1_spec_for_PKCS12Attribute: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_PKCS12Attribute: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_PKCS12Attribute: $.ComponentSpec[]; export declare function _decode_PKCS12Attribute(el: _Element): PKCS12Attribute; export declare function _encode_PKCS12Attribute(value: PKCS12Attribute, elGetter: $.ASN1Encoder<PKCS12Attribute>): _Element; //# sourceMappingURL=PKCS12Attribute.ta.d.ts.map