diff options
Diffstat (limited to 'include/x509cert.h')
-rw-r--r-- | include/x509cert.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/x509cert.h b/include/x509cert.h index 4978ab9d2..d8fa5b313 100644 --- a/include/x509cert.h +++ b/include/x509cert.h @@ -62,6 +62,12 @@ class X509_Certificate : public X509_Object *************************************************/ bool operator!=(const X509_Certificate&, const X509_Certificate&); +/************************************************* +* Data Store Extraction Operations * +*************************************************/ +X509_DN create_dn(const Data_Store&); +AlternativeName create_alt_name(const Data_Store&); + } #endif |