MOCSPTransport Class Reference
Interface through which the OCSP module sends requests to the outside world. Normally, the appropriate concrete objects are made automatically, depending on the URI, and so clients don't have to deal with this. However, clients can override the automatically created object by specifying their own transport object instead.
Constructor & Destructor Documentation
~MOCSPTransport()
~MOCSPTransport | ( | ) | [inline, virtual] |
Member Functions Documentation
CancelRequest()
void | CancelRequest | ( | ) | [pure virtual] |
GetResponse()
TPtrC8
| GetResponse | ( | ) | const [pure virtual] |
Get the response data. Panic if completion gave an error.
SendRequest(const TDesC8 &, const TDesC8 &, const TInt, TRequestStatus &)
Send request data to a URI. This is an asynchronous method.
Parameters
const TDesC8 & aURI | Target URI for sending the request |
const TDesC8 & aRequest | Request packet |
const TInt aTimeout | Request timeout in milliseconds (ignored if feature not supported) |
TRequestStatus & aStatus | The request status object. On request completion, indicates the status |
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.