7[[
"cpp:dll-export:ICESSL_API"]]
8[[
"cpp:doxygen:include:IceSSL/IceSSL.h"]]
16[[
"objc:dll-export:ICESSL_API"]]
17[[
"objc:header-dir:objc"]]
19[[
"python:pkgdir:IceSSL"]]
21[[
"cpp:include:IceSSL/Plugin.h"]]
25#ifndef __SLICE2JAVA_COMPAT__
26[[
"java:package:com.zeroc"]]
29[
"objc:prefix:ICESSL",
"swift:module:Ice:SSL"]
44 [
"cpp:type:std::vector<CertificatePtr>",
45 "java:type:java.security.cert.Certificate[]",
46 "cs:type:System.Security.Cryptography.X509Certificates.X509Certificate2[]",
47 "swift:type:[SecCertificate]"]
Provides access to the connection details of an SSL connection.
Definition ConnectionInfo.ice:39
string cipher
The negotiated cipher suite.
Definition ConnectionInfo.ice:41
Ice::StringSeq certs
The certificate chain.
Definition ConnectionInfo.ice:48
bool verified
The certificate chain verification status.
Definition ConnectionInfo.ice:51
Base class providing access to the connection details.
Definition Connection.ice:64
IceSSL provides a secure transport for Ice.
Definition ConnectionInfo.ice:31
sequence< string > StringSeq
A sequence of strings.
Definition BuiltinSequences.ice:51