pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
19 lines • 1.34 kB
TypeScript
import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { ObjectValue } from "../PKCS-15/ObjectValue.ta";
export { ObjectValue, _get_decoder_for_ObjectValue, _get_encoder_for_ObjectValue, } from "../PKCS-15/ObjectValue.ta";
export { PKCS15_OPAQUE } from "../PKCS-15/PKCS15-OPAQUE.oca";
export declare class CVCertificateAttributes {
readonly value: ObjectValue<_Element>;
readonly _unrecognizedExtensionsList: _Element[];
constructor(value: ObjectValue<_Element>, _unrecognizedExtensionsList?: _Element[]);
static _from_object(_o: {
[_K in keyof CVCertificateAttributes]: CVCertificateAttributes[_K];
}): CVCertificateAttributes;
}
export declare const _root_component_type_list_1_spec_for_CVCertificateAttributes: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_CVCertificateAttributes: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_CVCertificateAttributes: $.ComponentSpec[];
export declare function _decode_CVCertificateAttributes(el: _Element): CVCertificateAttributes;
export declare function _encode_CVCertificateAttributes(value: CVCertificateAttributes, elGetter: $.ASN1Encoder<CVCertificateAttributes>): _Element;
//# sourceMappingURL=CVCertificateAttributes.ta.d.ts.map