There was an error while loading. Please reload this page.
To create an OCSP session:
OCSPClient ocspClient = new OCSPClient(client); AccountInfo accountInfo = ocspClient.login();
The AccountInfo contains information about the subsystem user (e.g. user ID, full name, email, roles).
To remove the session:
ocspClient.logout();
See also OCSPClient.java.
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide