Package com.sun.enterprise.iiop.security
Class IIOPSSLUtilImpl
- java.lang.Object
-
- com.sun.enterprise.iiop.security.IIOPSSLUtilImpl
-
- All Implemented Interfaces:
IIOPSSLUtil
@Service @Singleton public class IIOPSSLUtilImpl extends Object implements IIOPSSLUtil
- Author:
- Kumar
-
-
Constructor Summary
Constructors Constructor Description IIOPSSLUtilImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.omg.IOP.TaggedComponentcreateSSLTaggedComponent(org.omg.PortableInterceptor.IORInfo iorInfo, Object sInfos)ObjectgetAppClientSSL()SecureRandomgetInitializedSecureRandom()KeyManager[]getKeyManagers(String alias)ObjectgetSSLPortsAsSocketInfo(Object ior)TrustManager[]getTrustManagers()voidsetAppClientSSL(Object ssl)
-
-
-
Method Detail
-
getAppClientSSL
public Object getAppClientSSL()
- Specified by:
getAppClientSSLin interfaceIIOPSSLUtil
-
setAppClientSSL
public void setAppClientSSL(Object ssl)
- Specified by:
setAppClientSSLin interfaceIIOPSSLUtil
-
getKeyManagers
public KeyManager[] getKeyManagers(String alias)
- Specified by:
getKeyManagersin interfaceIIOPSSLUtil
-
getTrustManagers
public TrustManager[] getTrustManagers()
- Specified by:
getTrustManagersin interfaceIIOPSSLUtil
-
getInitializedSecureRandom
public SecureRandom getInitializedSecureRandom()
- Specified by:
getInitializedSecureRandomin interfaceIIOPSSLUtil
-
getSSLPortsAsSocketInfo
public Object getSSLPortsAsSocketInfo(Object ior)
- Specified by:
getSSLPortsAsSocketInfoin interfaceIIOPSSLUtil
-
createSSLTaggedComponent
public org.omg.IOP.TaggedComponent createSSLTaggedComponent(org.omg.PortableInterceptor.IORInfo iorInfo, Object sInfos)- Specified by:
createSSLTaggedComponentin interfaceIIOPSSLUtil
-
-