@Service @Singleton public class IIOPSSLUtilImpl extends Object implements IIOPSSLUtil
| Constructor and Description |
|---|
IIOPSSLUtilImpl() |
| Modifier and Type | Method and Description |
|---|---|
TaggedComponent |
createSSLTaggedComponent(IORInfo iorInfo,
Object sInfos) |
Object |
getAppClientSSL() |
SecureRandom |
getInitializedSecureRandom() |
KeyManager[] |
getKeyManagers(String alias) |
Object |
getSSLPortsAsSocketInfo(Object ior) |
TrustManager[] |
getTrustManagers() |
void |
setAppClientSSL(Object ssl) |
public Object getAppClientSSL()
getAppClientSSL in interface IIOPSSLUtilpublic void setAppClientSSL(Object ssl)
setAppClientSSL in interface IIOPSSLUtilpublic KeyManager[] getKeyManagers(String alias)
getKeyManagers in interface IIOPSSLUtilpublic TrustManager[] getTrustManagers()
getTrustManagers in interface IIOPSSLUtilpublic SecureRandom getInitializedSecureRandom()
getInitializedSecureRandom in interface IIOPSSLUtilpublic Object getSSLPortsAsSocketInfo(Object ior)
getSSLPortsAsSocketInfo in interface IIOPSSLUtilpublic TaggedComponent createSSLTaggedComponent(IORInfo iorInfo, Object sInfos)
createSSLTaggedComponent in interface IIOPSSLUtilCopyright © 2019. All rights reserved.