Search
Plugins
>
Intrinsics 1.0.0
>
ch.dunes.vso.sdk.ssl.ISslService
>
Interface ch.dunes.vso.sdk.ssl.ISslService
Extends
java.lang.Object
This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.
Attributes
None
Methods
Name
Returns
createKeystore
(
Number[]
,
Number[]
,
char[]
)
java.security.KeyStore
getCAKeystore
()
ch.dunes.vso.sdk.keystore.IKeystoreWriter
getCAKeystoreCache
()
ch.dunes.vso.sdk.keystore.IKeystoreCache
getKeyManagers
(
String
)
javax.net.ssl.KeyManager[]
getKeystore
(
String
)
java.security.KeyStore
getTrustManagers
()
javax.net.ssl.TrustManager[]
newHostNameVerifier
()
javax.net.ssl.HostnameVerifier
newSslContext
(
String
)
javax.net.ssl.SSLContext
newSslContext
(
String
,
javax.net.ssl.KeyManager[]
)
javax.net.ssl.SSLContext
newSslContext
(
String
,
java.security.KeyStore
,
char[]
)
javax.net.ssl.SSLContext
Returned by
None
Referenced in
None