CWTLSValidationResult Class Reference
class CWTLSValidationResult : public CBase |
Encapsulates the results of the validation process.
It is returned to client code, which can examine it. Client code takes ownership of it.
Constructor & Destructor Documentation
CWTLSValidationResult()
CWTLSValidationResult | ( | ) | [private] |
~CWTLSValidationResult()
IMPORT_C | ~CWTLSValidationResult | ( | ) | |
Destructor.
Frees all resources owned by the object, prior to its destruction.
Member Functions Documentation
AppendWarningL(TWTLSValidationStatus)
Adds a warning to the validation.
ConstructL()
void | ConstructL | ( | ) | [private] |
Error()
Gets the error status of the operation.
Any errors here are considered fatal: validation has failed.
Reset()
Resets the validation result object to its default values.
SetError(const TValidationError, const TInt)
Parameters
const TValidationError aError | The error type that occurred when validating the certificate chain. |
const TInt aCert | The index number for the certificate that gave rise to the error. |
Warnings()
Gets an array of any warnings generated.
The warnings may or may not be fatal, depending on the context, which the client is expected to provide.
Member Data Documentation
TWTLSValidationStatus
iError
CArrayFixFlat< TWTLSValidationStatus > * iWarnings
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.