pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
19 lines • 1.36 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 WTLSCertificateAttributes {
readonly value: ObjectValue<_Element>;
readonly _unrecognizedExtensionsList: _Element[];
constructor(value: ObjectValue<_Element>, _unrecognizedExtensionsList?: _Element[]);
static _from_object(_o: {
[_K in keyof WTLSCertificateAttributes]: WTLSCertificateAttributes[_K];
}): WTLSCertificateAttributes;
}
export declare const _root_component_type_list_1_spec_for_WTLSCertificateAttributes: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_WTLSCertificateAttributes: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_WTLSCertificateAttributes: $.ComponentSpec[];
export declare function _decode_WTLSCertificateAttributes(el: _Element): WTLSCertificateAttributes;
export declare function _encode_WTLSCertificateAttributes(value: WTLSCertificateAttributes, elGetter: $.ASN1Encoder<WTLSCertificateAttributes>): _Element;
//# sourceMappingURL=WTLSCertificateAttributes.ta.d.ts.map