#include <cert.h>
Collaboration diagram for DName:

Public Member Functions | |
| void | clear () |
| Clear the DName object. | |
| str | toasn1 () const |
| Get an ASN.1 DER-encoded string representation of the DN. | |
Data Fields | |
| str | country |
| country name | |
| str | cname |
| common name | |
| str | org |
| organization name | |
| str | orgunit |
| organizational unit name 1 | |
| str | orgunit2 |
| organizational unit name 2 | |
| str | title |
| title | |
| str | city |
| locality name | |
| str | state |
| state or province name | |
| str | uid |
| unique ID | |
| str | |
| e-mail address (deprecated) | |
| str | serial |
| serial number | |
| void clear | ( | ) |
| str toasn1 | ( | ) | const |
Get an ASN.1 DER-encoded string representation of the DN.
Input: The data members to be ASN.1 encoded have been filled in.
| ISC Cryptographic Development Kit - User's Guide | |
| Questions? E-mail ISC technical support | |
| Copyright© 2002-2006 Information Security Corp. All rights reserved. |