Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OTASCIIArmor.hpp File Reference
#include "../OTString.hpp"
#include <memory>
Include dependency graph for OTASCIIArmor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  opentxs::OTASCIIArmor
 

Namespaces

 opentxs
 
 opentxs::OTDB
 

Variables

const char * opentxs::OT_BEGIN_ARMORED = "-----BEGIN OT ARMORED"
 
const char * opentxs::OT_END_ARMORED = "-----END OT ARMORED"
 
const char * opentxs::OT_BEGIN_ARMORED_escaped = "- -----BEGIN OT ARMORED"
 
const char * opentxs::OT_END_ARMORED_escaped = "- -----END OT ARMORED"
 
const char * opentxs::OT_BEGIN_SIGNED = "-----BEGIN SIGNED"
 
const char * opentxs::OT_BEGIN_SIGNED_escaped = "- -----BEGIN SIGNED"