|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.examples.appclient.SSLExample
public class SSLExample
Constructor Summary | |
---|---|
SSLExample()
|
Method Summary | |
---|---|
static void |
clientAuth()
You can provide your own secure socket factory to support additional use cases, such as using client certs for auth |
static void |
customTrustManager()
You can provide your own X509TrustManager implementation |
static void |
defaultTrustManager()
Abdera's default trust manager is registered on port 443 and accepts all server certificates and issuers. |
static void |
defaultTrustManager2()
The default trust manager can be registered for additional ports |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSLExample()
Method Detail |
---|
public static void defaultTrustManager() throws Exception
Exception
public static void defaultTrustManager2() throws Exception
Exception
public static void customTrustManager() throws Exception
Exception
public static void clientAuth() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |