Uses of Class
fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
-
Packages that use SSLSocketKeystoreFactory.SecureType Package Description fr.gpotter2.sslkeystorefactories -
-
Uses of SSLSocketKeystoreFactory.SecureType in fr.gpotter2.sslkeystorefactories
Methods in fr.gpotter2.sslkeystorefactories that return SSLSocketKeystoreFactory.SecureType Modifier and Type Method Description static SSLSocketKeystoreFactory.SecureTypeSSLSocketKeystoreFactory.SecureType. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLSocketKeystoreFactory.SecureType[]SSLSocketKeystoreFactory.SecureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gpotter2.sslkeystorefactories with parameters of type SSLSocketKeystoreFactory.SecureType Modifier and Type Method Description static SSLSocketSSLSocketKeystoreFactory. getSocketWithCert(String ip, int port, InputStream pathToCert, String passwordFromCert, SSLSocketKeystoreFactory.SecureType type)Instantiate sslsocketstatic SSLSocketSSLSocketKeystoreFactory. getSocketWithCert(String ip, int port, String pathToCert, String passwordFromCert, SSLSocketKeystoreFactory.SecureType type)Instantiate sslsocketstatic SSLSocketSSLSocketKeystoreFactory. getSocketWithCert(InetAddress ip, int port, InputStream pathToCert, String passwordFromCert, SSLSocketKeystoreFactory.SecureType type)Instantiate sslsocketstatic SSLSocketSSLSocketKeystoreFactory. getSocketWithCert(InetAddress ip, int port, InputStream pathToCert, String passwordFromCert, SSLSocketKeystoreFactory.SecureType type, Proxy proxy)Instantiate sslsocket (beta proxy)static SSLSocketSSLSocketKeystoreFactory. getSocketWithCert(InetAddress ip, int port, String pathToCert, String passwordFromCert, SSLSocketKeystoreFactory.SecureType type)Instantiate sslsocket
-