JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
F
G
H
I
K
P
S
V
A
algorithmDefault
- Static variable in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
The algorithm default.
C
checkClientTrusted(X509Certificate[], String)
- Method in class io.parallec.plugin.http.clientauth.
HttpClientFactoryClientAuth.CustomTrustManager
checkServerTrusted(X509Certificate[], String)
- Method in class io.parallec.plugin.http.clientauth.
HttpClientFactoryClientAuth.CustomTrustManager
ClientAuthAdaptor
- Class in
io.parallec.plugin.http.clientauth
SSL client authentication adaptor ready for use.
closeClients()
- Method in class io.parallec.plugin.http.clientauth.
HttpClientFactoryClientAuth
Close clients.
CustomTrustManager()
- Constructor for class io.parallec.plugin.http.clientauth.
HttpClientFactoryClientAuth.CustomTrustManager
E
enableClientAuth(ParallelClient)
- Method in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
Enable client auth with all default.
enableClientAuth(ParallelClient, String)
- Method in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
Enable client auth.
enableClientAuth(ParallelClient, String, String)
- Method in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
Enable client auth, with default algorithm/verifyServerCert.
enableClientAuth(ParallelClient, String, String, String)
- Method in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
Enable client auth, with verifyServerCertDefault.
enableClientAuth(ParallelClient, String, String, String, boolean)
- Method in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
Enable client auth.
F
factory
- Variable in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
The factory.
G
getAcceptedIssuers()
- Method in class io.parallec.plugin.http.clientauth.
HttpClientFactoryClientAuth.CustomTrustManager
Gets the accepted issuers.
getFastClient()
- Method in class io.parallec.plugin.http.clientauth.
HttpClientFactoryClientAuth
Gets the fast client.
getInstance()
- Static method in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
Gets the single instance of ClientAuthAdaptor.
getSlowClient()
- Method in class io.parallec.plugin.http.clientauth.
HttpClientFactoryClientAuth
Gets the slow client.
H
HttpClientFactoryClientAuth
- Class in
io.parallec.plugin.http.clientauth
Async http client store for SSL Client Auth ready.
HttpClientFactoryClientAuth(String, String, String, boolean)
- Constructor for class io.parallec.plugin.http.clientauth.
HttpClientFactoryClientAuth
Instantiates a new http client factory client auth.
HttpClientFactoryClientAuth.CustomTrustManager
- Class in
io.parallec.plugin.http.clientauth
class CustomTrustManager.
I
initCertificateVerification(String, String, String, boolean)
- Method in class io.parallec.plugin.http.clientauth.
HttpClientFactoryClientAuth
http://people.apache.org/~simonetripodi/ahc/ssl.html generate JKS: http://venkateshragi.blogspot.com/2013/04/two-way-ssl-using-curl.html openssl pkcs12 -export -out serverkeystore.pkcs12 -in servercert.pem -inkey serverprivatekey.pem keytool -importkeystore -srckeystore serverkeystore.pkcs12 -srcstoretype PKCS12 -destkeystore keystore.jks -deststoretype JKS The JKS has the client cert/ client key; and the cert of the server.
io.parallec.plugin.http.clientauth
- package io.parallec.plugin.http.clientauth
K
keystoreFilePathDefault
- Variable in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
The keystore file path default.
P
privKeyPassPhraseFilePathDefault
- Variable in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
The private key pass phrase file path default.
S
shutdown()
- Method in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
close the AHC clients and set this factory as null.
stop()
- Method in class io.parallec.plugin.http.clientauth.
HttpClientFactoryClientAuth
Stop.
V
verifyServerCertDefault
- Static variable in class io.parallec.plugin.http.clientauth.
ClientAuthAdaptor
The verify server cert default.
A
C
E
F
G
H
I
K
P
S
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015
eBay
. All rights reserved.