aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x509_obj.h')
-rw-r--r--include/x509_obj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/x509_obj.h b/include/x509_obj.h
index 18c1e574b..f7f110a42 100644
--- a/include/x509_obj.h
+++ b/include/x509_obj.h
@@ -22,6 +22,8 @@ class X509_Object
SecureVector<byte> signature() const;
AlgorithmIdentifier signature_algorithm() const;
+ bool check_signature(class X509_PublicKey&) const;
+
void encode(Pipe&, X509_Encoding = PEM) const;
SecureVector<byte> BER_encode() const;
std::string PEM_encode() const;