import { ASN1Element as _Element, BIT_STRING, OCTET_STRING, OPTIONAL } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { AlgorithmIdentifier } from "x500-ts/dist/node/modules/AuthenticationFramework/AlgorithmIdentifier.ta"; export declare class EncryptedValue { readonly intendedAlg: OPTIONAL; readonly symmAlg: OPTIONAL; readonly encSymmKey: OPTIONAL; readonly keyAlg: OPTIONAL; readonly valueHint: OPTIONAL; readonly encValue: BIT_STRING; constructor(intendedAlg: OPTIONAL, symmAlg: OPTIONAL, encSymmKey: OPTIONAL, keyAlg: OPTIONAL, valueHint: OPTIONAL, encValue: BIT_STRING); static _from_object(_o: { [_K in keyof EncryptedValue]: EncryptedValue[_K]; }): EncryptedValue; } export declare const _root_component_type_list_1_spec_for_EncryptedValue: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_EncryptedValue: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_EncryptedValue: $.ComponentSpec[]; export declare function _decode_EncryptedValue(el: _Element): EncryptedValue; export declare function _encode_EncryptedValue(value: EncryptedValue, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=EncryptedValue.ta.d.ts.map