struct safmq::X509Identity

The union of an X509 digital certificate subject distinguished name and issuer distinguished name

Child Classes

The union of an X509 digital certificate subject distinguished name and issuer distinguished name



Functions


[more] X509Identity(const X509Identity& src)
Copy constructor
[more] X509Identity()
Default constructor
[more] X509Identity(const std::string& subject, const std::string& issuer)
Constructs from a subject name and issuer
[more]bool operator<(const X509Identity& rhs) const
Comparison operator, sorts by subject name then issuer
[more]const X509Identity& operator=(const X509Identity& src)
Copy operator

Member Documentation


X509Identity ()
Default constructor


X509Identity (const std::string& subject, const std::string& issuer)
Constructs from a subject name and issuer
Parameters:
subject - The Subject Name
issuer - The issuer name


X509Identity (const X509Identity& src)
Copy constructor
Parameters:
src - The source object


const X509Identity& operator= (const X509Identity& src)
Copy operator
Parameters:
src - The source object
Returns:
s A reference to this object


bool operator< (const X509Identity& rhs) const
Comparison operator, sorts by subject name then issuer
Parameters:
rhs - The object to compare to this
Returns:
s true if this object preceeds rhs

Table of Contents HTML hierarchy of classes or Java


Safmq Documentation, copyright (c) 2004-2010 Matthew J. Battey, Licensed Under Apache License Ver 2.0
Powered By: Get SAFMQ: Store and Forward Message Queue at SourceForge.net. Fast, secure and Free Open Source software downloads