summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL/Plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceSSL/Plugin.h')
-rw-r--r--cpp/include/IceSSL/Plugin.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp/include/IceSSL/Plugin.h b/cpp/include/IceSSL/Plugin.h
index 4e9849431e6..17dddbe597c 100644
--- a/cpp/include/IceSSL/Plugin.h
+++ b/cpp/include/IceSSL/Plugin.h
@@ -336,6 +336,16 @@ public:
//
bool operator==(const Certificate&) const;
bool operator!=(const Certificate&) const;
+
+ //
+ // Authority key identifier
+ //
+ std::vector<Ice::Byte> getAuthorityKeyIdentifier() const;
+
+ //
+ // Subject key identifier
+ //
+ std::vector<Ice::Byte> getSubjectKeyIdentifier() const;
//
// Get the certificate's public key.