| SSLCertificateInfo ( const String subjectName, const String issuerName, const int errorDepth, const int errorCode, const int respCode)
Constructor for a SSLCertificateInfo object.
|
| SSLCertificateInfo (const SSLCertificateInfo& certificateInfo)
Copy constructor for a SSLCertificateInfo object.
|
String | getSubjectName () const
Gets the subject name of the certificate.
|
String | getIssuerName () const
Gets the issuer name of the certificate.
|
CIMDateTime | getNotAfter () const
Gets the notAfter date from the validity period of the certificate.
|
CIMDateTime | getNotBefore () const
Gets the notBefore date from the validity period of the certificate.
|
Uint32 | getVersionNumber () const
Gets the version (version number) from the certificate.
|
long | getSerialNumber () const
Gets the serialNumber value from the certificate.
|
Uint32 | getErrorDepth () const
Gets the depth of the certificate chain.
|
Uint32 | getErrorCode () const
Gets the pre-verify error code.
|
void | setErrorCode (const int errorCode)
Sets the error code.
|
String | getErrorString () const
Gets the pre-verify error string.
|
Uint32 | getResponseCode () const
Gets the pre-verify response code.
|
void | setResponseCode (const int respCode)
Sets the response code.
|
String | toString () const
Returns a string representation of this object
|