EPP SMD Class.
More...
#include <SMD.H>
string SMD::get_id |
( |
| ) |
const |
|
inline |
Returns the concatenation of the local identifier, followed by a hyphen ("-", ASCII value 0x002D), followed by the issuer identifier
- Returns
- concatenation of the local identifier, followed by a hyphen ("-", ASCII value 0x002D), followed by the issuer identifier
Returns the information of the issuer of the mark registration.
- Returns
- information of the issuer of the mark registration
Returns the mark information.
- Returns
- mark information
string SMD::get_notAfter |
( |
| ) |
const |
|
inline |
Returns the expiration date and time of the signed mark.
- Returns
- expiration date and time of the signed mark
string SMD::get_notBefore |
( |
| ) |
const |
|
inline |
Returns the creation date and time of the signed mark.
- Returns
- creation date and time of the signed mark
string SMD::get_signature |
( |
| ) |
const |
|
inline |
Returns the XML Signature for the <smd:signedMark>
- Returns
- XML Signature for the <smd:signedMark>
void SMD::set_id |
( |
const string & |
id | ) |
|
|
inline |
Sets the concatenation of the local identifier, followed by a hyphen ("-", ASCII value 0x002D), followed by the issuer identifier
- Parameters
-
id | concatenation of the local identifier, followed by a hyphen ("-", ASCII value 0x002D), followed by the issuer identifier |
Sets the information of the issuer of the mark registration.
- Parameters
-
issuerInfo | information of the issuer of the mark registration |
void SMD::set_mark |
( |
const SMDMark & |
mark | ) |
|
|
inline |
Sets the mark information.
- Parameters
-
void SMD::set_notAfter |
( |
const string & |
notAfter | ) |
|
|
inline |
Sets the expiration date and time of the signed mark.
- Parameters
-
notAfter | expiration date and time of the signed mark |
void SMD::set_notBefore |
( |
const string & |
notBefore | ) |
|
|
inline |
Sets the creation date and time of the signed mark.
- Parameters
-
notBefore | creation date and time of the signed mark |
void SMD::set_signature |
( |
const string & |
signature | ) |
|
|
inline |
Sets the XML Signature for the <smd:signedMark>
- Parameters
-
signature | XML Signature for the <smd:signedMark> |
The documentation for this class was generated from the following file: