Package com.iplanet.trustbase.initiator.dsms

Interface Summary
DataConverterClient The DataConverterClient interface allows different protocols to convert their request and response data from the native network representation to something that is human readable.
MessageFactory Message factories are responsible for building a CSC message, and for interpreting the reply.
ProtocolAdapter The protocol adapter is responsible for performing a request under a given protocol.
 

Class Summary
CertIdContainer  
CertStatus CertStatus represents the results of a Certificate Status Check It is returned as part of the array of StatusCheckData's that are returned when a check is performed.
CertStatus.CS  
CertStatusCodes This class hold thet static strings that CertStatus instances will return inside their response codes.
CSCEngine The CSCEngine is the driver class for the CSC framework it selects a suitable Protocol Adapter based on the preferred or default protocol specified in the Config Adapter.
MessageData Convenience class to hold a raw message and the transactionID that was used in the message
NewOCSPUtil  
ProtocolAdapterFactory The protocol Adapter factory is used by the CSCEngine to select a protocol for a given oid.
StatusCheckData StatusCheckData holds the all information relating to a certificate status check
 

Exception Summary
CSCException Base class exception for all DSMS based exceptions.
CSCMessageException Exception thrown by the Message Factory implementations - it is then re-thrown by the CSCEngine
CSCProtocolException Exception thrown by the ProtocolAdapter implementations - it is then re-thrown by the CSCEngine