diff options
Diffstat (limited to 'cpp/src/Ice/SslContextOpenSSL.h')
-rw-r--r-- | cpp/src/Ice/SslContextOpenSSL.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/Ice/SslContextOpenSSL.h b/cpp/src/Ice/SslContextOpenSSL.h index de26f046987..a0b9071ad87 100644 --- a/cpp/src/Ice/SslContextOpenSSL.h +++ b/cpp/src/Ice/SslContextOpenSSL.h @@ -39,6 +39,7 @@ namespace OpenSSL {
class System;
+class RSAKeyPair;
class Context : public IceUtil::Shared
{
@@ -73,8 +74,12 @@ protected: void setKeyCert(const IceSSL::CertificateDesc&, const std::string&, const std::string&);
+ void checkKeyCert();
+
void addKeyCert(const IceSSL::CertificateFile&, const IceSSL::CertificateFile&);
+ void addKeyCert(const RSAKeyPair&);
+
void addKeyCert(const Ice::ByteSeq&, const Ice::ByteSeq&);
void addKeyCert(const std::string&, const std::string&);
|