libepp_nicbr
Public Member Functions | List of all members
ReverseDSInfo Class Reference

Reverse DSInfo Class. More...

#include <ReverseDSInfo.H>

Public Member Functions

ReverseDSInfooperator= (const ReverseDSInfo &dsInfo)
 
 ReverseDSInfo ()
 Default constructor.
 
void set_ipRange (const IpRange &ipRange)
 Sets ip range. More...
 
IpRange get_ipRange () const
 Returns ip range. More...
 
void set_key_tag (const unsigned int key_tag)
 Sets key tag. More...
 
unsigned int get_key_tag () const
 Returns the key tag. More...
 
void set_algo (const unsigned int algo)
 Sets algorithm. More...
 
unsigned int get_algo () const
 Returns the algorithm. More...
 
void set_digest_type (const unsigned int digest_type)
 Sets the digest type. More...
 
unsigned int get_digest_type () const
 Returns the digest type. More...
 
void set_digest (const string &digest)
 Sets the digest. More...
 
string get_digest () const
 Returns the digest. More...
 
string get_xml_format (string secDnsVersion="") const
 Returns the xml format. More...
 
void reset ()
 

Detailed Description

Reverse DSInfo Class.

Member Function Documentation

unsigned int ReverseDSInfo::get_algo ( ) const
inline

Returns the algorithm.

Returns
algorithm
string ReverseDSInfo::get_digest ( ) const
inline

Returns the digest.

Returns
digest
unsigned int ReverseDSInfo::get_digest_type ( ) const
inline

Returns the digest type.

Returns
digest type
IpRange ReverseDSInfo::get_ipRange ( ) const
inline

Returns ip range.

Returns
ip range
unsigned int ReverseDSInfo::get_key_tag ( ) const
inline

Returns the key tag.

Returns
key tag
string ReverseDSInfo::get_xml_format ( string  secDnsVersion = "") const
inline

Returns the xml format.

Returns
xml

References StrUtil::esc_xml_markup(), and StrUtil::to_string().

void ReverseDSInfo::set_algo ( const unsigned int  algo)
inline

Sets algorithm.

Parameters
algoalgorithm

Referenced by SheppObjSet::dsInfo().

void ReverseDSInfo::set_digest ( const string &  digest)
inline

Sets the digest.

Parameters
digestthe digest

Referenced by SheppObjSet::dsInfo().

void ReverseDSInfo::set_digest_type ( const unsigned int  digest_type)
inline

Sets the digest type.

Parameters
digest_typedigest type

Referenced by SheppObjSet::dsInfo().

void ReverseDSInfo::set_ipRange ( const IpRange ipRange)
inline

Sets ip range.

Parameters
ipRangeip range

Referenced by SheppObjSet::dsInfo().

void ReverseDSInfo::set_key_tag ( const unsigned int  key_tag)
inline

Sets key tag.

Parameters
key_tagkey_tag

Referenced by SheppObjSet::dsInfo().


The documentation for this class was generated from the following file: