Home
last modified time | relevance | path

Searched refs:_acceptAll (Results 1 – 15 of 15) sorted by relevance

/dports/devel/php-ice37/ice-3.7.2/csharp/src/IceSSL/
H A DTrustManager.cs24 parse(properties.getProperty(key), _rejectAll, _acceptAll); in TrustManager()
87 if(_acceptAll.Count != 0) in verify()
89 accept.Add(_acceptAll); in verify()
322 private List<List<RFC2253.RDNPair>> _acceptAll = new List<List<RFC2253.RDNPair>>(); field in IceSSL.TrustManager
/dports/devel/ice37/ice-3.7.2/csharp/src/IceSSL/
H A DTrustManager.cs24 parse(properties.getProperty(key), _rejectAll, _acceptAll); in TrustManager()
87 if(_acceptAll.Count != 0) in verify()
89 accept.Add(_acceptAll); in verify()
322 private List<List<RFC2253.RDNPair>> _acceptAll = new List<List<RFC2253.RDNPair>>(); field in IceSSL.TrustManager
/dports/devel/py-ice37/ice-3.7.2/csharp/src/IceSSL/
H A DTrustManager.cs24 parse(properties.getProperty(key), _rejectAll, _acceptAll); in TrustManager()
87 if(_acceptAll.Count != 0) in verify()
89 accept.Add(_acceptAll); in verify()
322 private List<List<RFC2253.RDNPair>> _acceptAll = new List<List<RFC2253.RDNPair>>(); field in IceSSL.TrustManager
/dports/devel/ice37/ice-3.7.2/cpp/src/IceSSL/
H A DTrustManager.cpp30 parse(properties->getProperty(key), _rejectAll, _acceptAll); in TrustManager()
91 if(_acceptAll.size() > 0) in verify()
93 accept.push_back(_acceptAll); in verify()
H A DTrustManager.h38 std::list<DistinguishedName> _acceptAll; variable
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceSSL/
H A DTrustManager.cpp30 parse(properties->getProperty(key), _rejectAll, _acceptAll); in TrustManager()
91 if(_acceptAll.size() > 0) in verify()
93 accept.push_back(_acceptAll); in verify()
H A DTrustManager.h38 std::list<DistinguishedName> _acceptAll; variable
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceSSL/
H A DTrustManager.cpp30 parse(properties->getProperty(key), _rejectAll, _acceptAll); in TrustManager()
91 if(_acceptAll.size() > 0) in verify()
93 accept.push_back(_acceptAll); in verify()
H A DTrustManager.h38 std::list<DistinguishedName> _acceptAll; variable
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceSSL/
H A DTrustManager.java19 parse(properties.getProperty(key), _rejectAll, _acceptAll); in TrustManager() local
86 if(!_acceptAll.isEmpty()) in verify()
88 accept.add(_acceptAll); in verify()
349 private java.util.List<java.util.List<RFC2253.RDNPair> > _acceptAll = field in TrustManager
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceSSL/
H A DTrustManager.java19 parse(properties.getProperty(key), _rejectAll, _acceptAll); in TrustManager() local
86 if(!_acceptAll.isEmpty()) in verify()
88 accept.add(_acceptAll); in verify()
349 private java.util.List<java.util.List<RFC2253.RDNPair> > _acceptAll = field in TrustManager
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceSSL/
H A DTrustManager.java19 parse(properties.getProperty(key), _rejectAll, _acceptAll); in TrustManager() local
86 if(!_acceptAll.isEmpty()) in verify()
88 accept.add(_acceptAll); in verify()
349 private java.util.List<java.util.List<RFC2253.RDNPair> > _acceptAll = field in TrustManager
/dports/devel/php-ice37/ice-3.7.2/java/src/IceSSL/src/main/java/com/zeroc/IceSSL/
H A DTrustManager.java19 parse(properties.getProperty(key), _rejectAll, _acceptAll); in TrustManager() local
86 if(!_acceptAll.isEmpty()) in verify()
88 accept.add(_acceptAll); in verify()
350 private java.util.List<java.util.List<RFC2253.RDNPair> > _acceptAll = field in TrustManager
/dports/devel/ice37/ice-3.7.2/java/src/IceSSL/src/main/java/com/zeroc/IceSSL/
H A DTrustManager.java19 parse(properties.getProperty(key), _rejectAll, _acceptAll); in TrustManager() local
86 if(!_acceptAll.isEmpty()) in verify()
88 accept.add(_acceptAll); in verify()
350 private java.util.List<java.util.List<RFC2253.RDNPair> > _acceptAll = field in TrustManager
/dports/devel/py-ice37/ice-3.7.2/java/src/IceSSL/src/main/java/com/zeroc/IceSSL/
H A DTrustManager.java19 parse(properties.getProperty(key), _rejectAll, _acceptAll); in TrustManager() local
86 if(!_acceptAll.isEmpty()) in verify()
88 accept.add(_acceptAll); in verify()
350 private java.util.List<java.util.List<RFC2253.RDNPair> > _acceptAll = field in TrustManager