Uses of Class
org.xipki.util.exception.ObjectCreationException
-
Packages that use ObjectCreationException Package Description org.xipki.util org.xipki.util.http -
-
Uses of ObjectCreationException in org.xipki.util
Methods in org.xipki.util that throw ObjectCreationException Modifier and Type Method Description static <T> TReflectiveUtil. newInstance(java.lang.String className)static <T> TReflectiveUtil. newInstance(java.lang.String className, java.lang.ClassLoader classLoader) -
Uses of ObjectCreationException in org.xipki.util.http
Methods in org.xipki.util.http that throw ObjectCreationException Modifier and Type Method Description static javax.net.ssl.HostnameVerifierHostnameVerifiers. createHostnameVerifier(java.lang.String hostnameVerifierType)Create HostnameVerifier.javax.net.ssl.HostnameVerifierSslContextConf. getHostnameVerifier()javax.net.ssl.SSLContextSslContextConf. getSslContext()javax.net.ssl.SSLSocketFactorySslContextConf. getSslSocketFactory()voidSslContextConf. init()Constructors in org.xipki.util.http that throw ObjectCreationException Constructor Description XiHttpClient(SslContextConf sslContextConf)
-