TWTLSValidationStatus Class Reference

class TWTLSValidationStatus

The validation status.

Some errors cannot be blamed on any single certificate, in which case the iCert value is meaningless. The same structure is used for errors and for warnings.

Public Member Functions
TWTLSValidationStatus(const TValidationError, const TInt)
Public Attributes
TInt iCert
TValidationError iReason

Constructor & Destructor Documentation

TWTLSValidationStatus(const TValidationError, const TInt)

IMPORT_CTWTLSValidationStatus(const TValidationErroraError,
const TIntaCert
)

Creates a validation status object.

Parameters

const TValidationError aErrorThe error type that occurred when validating the certificate chain.
const TInt aCertThe index number for the certificate that gave rise to the error.

Member Data Documentation

TInt iCert

TInt iCert

The index number for the certificate that gave rise to the error.

TValidationError iReason

TValidationError iReason

The reason for the error.