Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
CertIssuerPair () | |
Constructor. | |
CertIssuerPair (const CertIssuerPair &other) | |
Constructor, with another cert-issuer pair object. More... | |
CertIssuerPair (const String &cert, const String &issuer) | |
Constructor, with parameters. More... | |
bool | operator!= (const CertIssuerPair &other) const |
Not equal operator. More... | |
CertIssuerPair & | operator= (const CertIssuerPair &other) |
Assign operator. More... | |
bool | operator== (const CertIssuerPair &other) const |
Equal operator. More... | |
void | Set (const String &cert, const String &issuer) |
Set value. More... | |
Public Attributes | |
String | cert |
Certificate content. | |
String | issuer |
An issuer of the certificate. | |
This class represents a cert-issuer pair.
Constructor, with parameters.
[in] | cert | Certificate content. |
[in] | issuer | An issuer for the certificate. |
|
inline |
Constructor, with another cert-issuer pair object.
[in] | other | Another cert-issuer pair object. |
|
inline |
Not equal operator.
[in] | other | Another cert-issuer pair object. This function will check if current object is not equal to this one. |
|
inline |
Assign operator.
[in] | other | Another cert-issuer pair object, whose value would be assigned to current object. |
|
inline |
Equal operator.
[in] | other | Another cert-issuer pair object. This function will check if current object is equal to this one. |