aboutsummaryrefslogtreecommitdiffstats
path: root/include/asn1_obj.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-11 01:16:21 +0000
committerlloyd <[email protected]>2006-06-11 01:16:21 +0000
commit5dad98b85c88dfa72915f9038505af1e873757bf (patch)
tree5033bdc38d9e1835fbf4702b7b261008613811cf /include/asn1_obj.h
parent073cb7b3a610d2bd1c9fdd6f513c299abb708d14 (diff)
Add some setter methods to X509_Time
Diffstat (limited to 'include/asn1_obj.h')
-rw-r--r--include/asn1_obj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asn1_obj.h b/include/asn1_obj.h
index 2ead6b54c..146ef6503 100644
--- a/include/asn1_obj.h
+++ b/include/asn1_obj.h
@@ -80,6 +80,9 @@ class X509_Time : public ASN1_Object
s32bit cmp(const X509_Time&) const;
+ void set_to(const std::string&);
+ void set_to(const std::string&, ASN1_Tag);
+
X509_Time(u64bit);
X509_Time(const std::string& = "");
X509_Time(const std::string&, ASN1_Tag);