|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InitializationException | |
---|---|
de.fhhannover.inform.trust.ifmapj | The core package for IfmapJ. |
de.fhhannover.inform.trust.ifmapj.channel | This package encapsulates the communication layer of IfmapJ. |
Uses of InitializationException in de.fhhannover.inform.trust.ifmapj |
---|
Methods in de.fhhannover.inform.trust.ifmapj that throw InitializationException | |
---|---|
static SSRC |
IfmapJ.createSSRC(String url,
KeyManager[] kms,
TrustManager[] tms)
Create a new SSRC object to operate on the given URL
using certificate-based authentication. |
static SSRC |
IfmapJ.createSSRC(String url,
String user,
String pass,
TrustManager[] tms)
Create a new SSRC object to operate on the given url
using basic authentication. |
static KeyManager[] |
IfmapJHelper.getKeyManagers()
Creates KeyManager instances based on the javax.net.ssl.keyStore
and javax.net.ssl.keyStorePassword environment variables. |
static KeyManager[] |
IfmapJHelper.getKeyManagers(InputStream keyStoreIs,
String pass)
Creates KeyManager instances based on the given parameters. |
static KeyManager[] |
IfmapJHelper.getKeyManagers(String keyStoreFile,
String pass)
Creates KeyManager instances based on the given parameters. |
static TrustManager[] |
IfmapJHelper.getTrustManagers()
Creates TrustManager instances based on the javax.net.ssl.trustStore
and javax.net.ssl.trustStorePassword environment variables. |
static TrustManager[] |
IfmapJHelper.getTrustManagers(InputStream trustStoreIs,
String pass)
Creates TrustManager instances based on the given parameters. |
static TrustManager[] |
IfmapJHelper.getTrustManagers(String trustStorePath,
String pass)
Creates TrustManager instances based on the given parameters. |
Uses of InitializationException in de.fhhannover.inform.trust.ifmapj.channel |
---|
Methods in de.fhhannover.inform.trust.ifmapj.channel that throw InitializationException | |
---|---|
ARC |
SSRC.getArc()
Open a ARC corresponding to this SSRC instance |
ARC |
SsrcImpl.getArc()
|
static CommunicationHandler |
CommunicationHandlerFactory.newHandler(String url,
String user,
String pass,
SSLSocketFactory sslSocketFactory,
HostnameVerifier verifier)
Create a CommunicationHandler instance. |
Constructors in de.fhhannover.inform.trust.ifmapj.channel that throw InitializationException | |
---|---|
SsrcImpl(String url,
KeyManager[] kms,
TrustManager[] tms)
Certificate-based constructor. |
|
SsrcImpl(String url,
String user,
String pass,
TrustManager[] tms)
Basic-Auth constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |