Click or drag to resize

VerificationError Class

Verification error implementation.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Signature.VerificationVerificationError

Namespace:  Guardtime.KSI.Signature.Verification
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public sealed class VerificationError

The VerificationError type exposes the following members.

Properties
  NameDescription
Public propertyCode
Get verification error code.
Public propertyMessage
Get verification error message.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberCal01
Calendar root hash mismatch error between signature and calendar database chain.
Public fieldStatic memberCal02
Aggregation hash chain root hash and calendar database hash chain input hash mismatch error.
Public fieldStatic memberCal03
Aggregation time mismatch error.
Public fieldStatic memberCal04
Calendar hash chain right links are inconsistent error.
Public fieldStatic memberGen01
Wrong document error.
Public fieldStatic memberGen02
Verification inconclusive error.
Public fieldStatic memberGen03
Input hash level too large error.
Public fieldStatic memberGen04
Wrong input hash algorithm.
Public fieldStatic memberInt01
Inconsistent aggregation hash chains error.
Public fieldStatic memberInt02
Inconsistent aggregation hash chain aggregation times error.
Public fieldStatic memberInt03
Calendar hash chain input hash mismatch error.
Public fieldStatic memberInt04
Calendar hash chain aggregation time mismatch error.
Public fieldStatic memberInt05
Calendar hash chain shape inconsistent with aggregation time error.
Public fieldStatic memberInt06
Calendar hash chain time inconsistent with calendar authentication record time error.
Public fieldStatic memberInt07
Calendar hash chain time inconsistent with publication time error.
Public fieldStatic memberInt08
Calendar hash chain root hash is inconsistent with calendar authentication record input hash error.
Public fieldStatic memberInt09
Calendar hash chain root hash is inconsistent with published hash value error.
Public fieldStatic memberInt10
Aggregation hash chain chain index mismatch error.
Public fieldStatic memberInt11
The meta-data record in the aggregation hash chain may not be trusted error.
Public fieldStatic memberInt12
Inconsistent chain indexes error.
Public fieldStatic memberInt13
Document hash algorithm deprecated at the time of signing.
Public fieldStatic memberInt14
RFC3161 compatibility record composed of hash algorithms that where deprecated at the time of signing.
Public fieldStatic memberInt15
Aggregation hash chain uses hash algorithm that was deprecated at the time of signing.
Public fieldStatic memberInt16
Calendar hash chain hash algorithm was obsolete at publication time.
Public fieldStatic memberInt17
The RFC3161 compatibility record output hash algorithm was deprecated at the time of signing.
Public fieldStatic memberKey01
Certificate not found error.
Public fieldStatic memberKey02
PKI signature not verified with certificate error.
Public fieldStatic memberKey03
Signing certificate not valid at aggregation time error.
Public fieldStatic memberPub01
Extender response calendar root hash mismatch error.
Public fieldStatic memberPub02
Extender response inconsistent error.
Public fieldStatic memberPub03
Extender response input hash mismatch error.
Public fieldStatic memberPub04
Publication record hash and user provided publication hash mismatch error.
Public fieldStatic memberPub05
Publication record hash and publications file publication hash mismatch error.
Top
See Also