TValidationStatus Class Reference

class TValidationStatus

Crypto Token Framework Owning pointer arrays

These are pointer array classes that own their contents. Close() releases the array, and also releases the contents. Token Interfaces

These are classes defining particular interfaces which tokens might implement. Other interfaces may be defined by 3rd parties. 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.

Since
v6.0
Public Member Functions
TValidationStatus (const TValidationError , const TInt )
Public Attributes
TInt iCert
TValidationError iReason

Constructor & Destructor Documentation

TValidationStatus(const TValidationError, const TInt)

IMPORT_C TValidationStatus ( const TValidationError aError,
const TInt aCert
)

Creates a validation status object.

Parameters

const TValidationError aError The error type that occurred when validating the certificate chain.
const TInt aCert The index number identifying the certificate that gave rise to the error.

Member Data Documentation

TInt iCert

TInt iCert

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

TValidationError iReason

TValidationError iReason

The reason for the error.