import { ENUMERATED } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; export declare enum _enum_for_PkiWaError { unsupportedWrapperVersion = 0, unsupportedSignatureAlgorithm = 1, incompleteCertPath = 2, certificationPathFailure = 3, invalidSignature = 4, missingMandatoryAttributes = 5, unwantedAttribute = 6, unsupportedPduType = 7, unexpectedPduType = 8, invalidPduSyntax = 9, unknownDHpkCetificate = 10, invalidKeyingMaterial = 11, dhAlgorithmMismatch = 12, invalideDhPublickey = 13, unsupportedKeyWrappingAlgorithm = 14, keyEncAlgorithmParametersMissing = 15, keyEncAlgorithmParametersNotAllowed = 16, invalidParmsForSymEncryptAlgorithms = 17, decryptionFailed = 18 } /** * @summary PkiWaError * @description * * ### ASN.1 Definition: * * ```asn1 * PkiWaError ::= ENUMERATED { * unsupportedWrapperVersion (0), * unsupportedSignatureAlgorithm (1), * incompleteCertPath (2), * certificationPathFailure (3), * invalidSignature (4), * missingMandatoryAttributes (5), * unwantedAttribute (6), * unsupportedPduType (7), * unexpectedPduType (8), * invalidPduSyntax (9), * unknownDHpkCetificate (10), * invalidKeyingMaterial (11), * dhAlgorithmMismatch (12), * invalideDhPublickey (13), * unsupportedKeyWrappingAlgorithm (14), * keyEncAlgorithmParametersMissing (15), * keyEncAlgorithmParametersNotAllowed (16), * invalidParmsForSymEncryptAlgorithms (17), * decryptionFailed (18), * ... } * ``` * * @enum {number} */ export type PkiWaError = _enum_for_PkiWaError | ENUMERATED; /** * @summary PkiWaError_unsupportedWrapperVersion * @constant * @type {number} */ export declare const PkiWaError_unsupportedWrapperVersion: PkiWaError; /** * @summary unsupportedWrapperVersion * @constant * @type {number} */ export declare const unsupportedWrapperVersion: PkiWaError; /** * @summary PkiWaError_unsupportedSignatureAlgorithm * @constant * @type {number} */ export declare const PkiWaError_unsupportedSignatureAlgorithm: PkiWaError; /** * @summary unsupportedSignatureAlgorithm * @constant * @type {number} */ export declare const unsupportedSignatureAlgorithm: PkiWaError; /** * @summary PkiWaError_incompleteCertPath * @constant * @type {number} */ export declare const PkiWaError_incompleteCertPath: PkiWaError; /** * @summary incompleteCertPath * @constant * @type {number} */ export declare const incompleteCertPath: PkiWaError; /** * @summary PkiWaError_certificationPathFailure * @constant * @type {number} */ export declare const PkiWaError_certificationPathFailure: PkiWaError; /** * @summary certificationPathFailure * @constant * @type {number} */ export declare const certificationPathFailure: PkiWaError; /** * @summary PkiWaError_invalidSignature * @constant * @type {number} */ export declare const PkiWaError_invalidSignature: PkiWaError; /** * @summary invalidSignature * @constant * @type {number} */ export declare const invalidSignature: PkiWaError; /** * @summary PkiWaError_missingMandatoryAttributes * @constant * @type {number} */ export declare const PkiWaError_missingMandatoryAttributes: PkiWaError; /** * @summary missingMandatoryAttributes * @constant * @type {number} */ export declare const missingMandatoryAttributes: PkiWaError; /** * @summary PkiWaError_unwantedAttribute * @constant * @type {number} */ export declare const PkiWaError_unwantedAttribute: PkiWaError; /** * @summary unwantedAttribute * @constant * @type {number} */ export declare const unwantedAttribute: PkiWaError; /** * @summary PkiWaError_unsupportedPduType * @constant * @type {number} */ export declare const PkiWaError_unsupportedPduType: PkiWaError; /** * @summary unsupportedPduType * @constant * @type {number} */ export declare const unsupportedPduType: PkiWaError; /** * @summary PkiWaError_unexpectedPduType * @constant * @type {number} */ export declare const PkiWaError_unexpectedPduType: PkiWaError; /** * @summary unexpectedPduType * @constant * @type {number} */ export declare const unexpectedPduType: PkiWaError; /** * @summary PkiWaError_invalidPduSyntax * @constant * @type {number} */ export declare const PkiWaError_invalidPduSyntax: PkiWaError; /** * @summary invalidPduSyntax * @constant * @type {number} */ export declare const invalidPduSyntax: PkiWaError; /** * @summary PkiWaError_unknownDHpkCetificate * @constant * @type {number} */ export declare const PkiWaError_unknownDHpkCetificate: PkiWaError; /** * @summary unknownDHpkCetificate * @constant * @type {number} */ export declare const unknownDHpkCetificate: PkiWaError; /** * @summary PkiWaError_invalidKeyingMaterial * @constant * @type {number} */ export declare const PkiWaError_invalidKeyingMaterial: PkiWaError; /** * @summary invalidKeyingMaterial * @constant * @type {number} */ export declare const invalidKeyingMaterial: PkiWaError; /** * @summary PkiWaError_dhAlgorithmMismatch * @constant * @type {number} */ export declare const PkiWaError_dhAlgorithmMismatch: PkiWaError; /** * @summary dhAlgorithmMismatch * @constant * @type {number} */ export declare const dhAlgorithmMismatch: PkiWaError; /** * @summary PkiWaError_invalideDhPublickey * @constant * @type {number} */ export declare const PkiWaError_invalideDhPublickey: PkiWaError; /** * @summary invalideDhPublickey * @constant * @type {number} */ export declare const invalideDhPublickey: PkiWaError; /** * @summary PkiWaError_unsupportedKeyWrappingAlgorithm * @constant * @type {number} */ export declare const PkiWaError_unsupportedKeyWrappingAlgorithm: PkiWaError; /** * @summary unsupportedKeyWrappingAlgorithm * @constant * @type {number} */ export declare const unsupportedKeyWrappingAlgorithm: PkiWaError; /** * @summary PkiWaError_keyEncAlgorithmParametersMissing * @constant * @type {number} */ export declare const PkiWaError_keyEncAlgorithmParametersMissing: PkiWaError; /** * @summary keyEncAlgorithmParametersMissing * @constant * @type {number} */ export declare const keyEncAlgorithmParametersMissing: PkiWaError; /** * @summary PkiWaError_keyEncAlgorithmParametersNotAllowed * @constant * @type {number} */ export declare const PkiWaError_keyEncAlgorithmParametersNotAllowed: PkiWaError; /** * @summary keyEncAlgorithmParametersNotAllowed * @constant * @type {number} */ export declare const keyEncAlgorithmParametersNotAllowed: PkiWaError; /** * @summary PkiWaError_invalidParmsForSymEncryptAlgorithms * @constant * @type {number} */ export declare const PkiWaError_invalidParmsForSymEncryptAlgorithms: PkiWaError; /** * @summary invalidParmsForSymEncryptAlgorithms * @constant * @type {number} */ export declare const invalidParmsForSymEncryptAlgorithms: PkiWaError; /** * @summary PkiWaError_decryptionFailed * @constant * @type {number} */ export declare const PkiWaError_decryptionFailed: PkiWaError; /** * @summary decryptionFailed * @constant * @type {number} */ export declare const decryptionFailed: PkiWaError; export declare const _decode_PkiWaError: $.ASN1Decoder; export declare const _encode_PkiWaError: $.ASN1Encoder; //# sourceMappingURL=PkiWaError.ta.d.mts.map