CSymbianCertChain Class Reference
class CSymbianCertChain : public CActive
|
Constructor & Destructor Documentation
CSymbianCertChain()
CSymbianCertChain
|
(
|
)
|
[private]
|
~CSymbianCertChain()
IMPORT_C
|
~CSymbianCertChain
|
(
|
)
|
[virtual]
|
Member Functions Documentation
ConstructL()
void
|
ConstructL
|
(
|
)
|
[private]
|
By default Symbian 2nd phase constructor is private.
DoCancel()
void
|
DoCancel
|
(
|
)
|
[protected, virtual]
|
This function is called as part of the active object's
Cancel()
.
GetError()
IMPORT_C
TInt
|
GetError
|
(
|
)
|
|
GetValidateResult()
IMPORT_C
TInt
|
GetValidateResult
|
(
|
)
|
|
Get the validation result
InitializeL(TUint8 *, TUint, const RPointerArray< CX509Certificate > &)
Create the PKIXCertChain iCertChain
Parameters
TUint8
* aEncodedCerts
|
One or more concatenated DER encoded X.509 certificates in TUint8 format
|
TUint
aEncodedCertsLen
|
Length of the DER encoded X.509 certificates
|
const
RPointerArray
<
CX509Certificate
> & aRootCerts
|
An array of certificates which the chain will treat as candidate root certificates
|
RunError(TInt)
TInt
|
RunError
|
(
|
TInt
|
aError
|
)
|
[protected, virtual]
|
Handles Leaves from RunL function.
RunL()
void
|
RunL
|
(
|
)
|
[protected, virtual]
|
From
CActive
Callback function, invoked to handle responses from the server
ValidateL()
IMPORT_C void
|
ValidateL
|
(
|
)
|
|
Member Enumerations Documentation
Enum TState
State of active object. EUnitialized before validation EValidate after validation
Member Data Documentation
CPKIXCertChain * iCertChain
A reference to the cert chain
RFs
iFs
A reference to the File Server Client
CPKIXValidationResult * iValidationResult
Contain result of the validation
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.