|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wsee.jaxws.sslclient.PersistentSSLInfo
public class PersistentSSLInfo
A javabean to set SSL client properties, notice this class is a Serializable implement, so all these properties can be persistent if necessary.
Constructor Summary | |
---|---|
PersistentSSLInfo()
|
Method Summary | |
---|---|
String |
getKeyAlias()
|
String |
getKeyPassword()
|
String |
getKeystore()
|
String |
getKeystorePassword()
|
String |
getKeystoreType()
|
String |
getTrustKeystore()
|
String |
getTrustKeystoreAlgorithm()
|
String |
getTrustKeystorePassword()
|
String |
getTrustKeystoreProvider()
|
String |
getTrustKeystoreType()
|
void |
setKeyAlias(String keyAlias)
Set client key(cert) Alias |
void |
setKeyPassword(String keyPassword)
Set client key(cert) Alias's password |
void |
setKeystore(String keystore)
Set client keystore for Two-way SSL. |
void |
setKeystorePassword(String keystorePassword)
Set client keystore password for Two-way SSL. |
void |
setKeystoreType(String keystoreType)
Set client keystore type for Two-way SSL. |
void |
setTrustKeystore(String trustKeystore)
Set client trust keystore for Two-way SSL |
void |
setTrustKeystoreAlgorithm(String trustKeystoreAlgorithm)
Set client trustKeystore Algorithm for Two-way SSL |
void |
setTrustKeystorePassword(String trustKeystorePassword)
Deprecated. usually, the password need not set. |
void |
setTrustKeystoreProvider(String trustKeystoreProvider)
Set client trustKeystore Provider for Two-way SSL |
void |
setTrustKeystoreType(String trustKeystoreType)
Set client trust keystore type for Two-way SSL |
String |
toString()
Print current SSL information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PersistentSSLInfo()
Method Detail |
---|
public String getTrustKeystoreAlgorithm()
public void setTrustKeystoreAlgorithm(String trustKeystoreAlgorithm)
The method is optional for setting instance, default keystore Algorithm is "SunX509"
trustKeystoreAlgorithm
- public String getTrustKeystoreProvider()
public void setTrustKeystoreProvider(String trustKeystoreProvider)
The method is optional for setting instance, default keystore Provider is "SunJSSE"
trustKeystoreProvider
- public String getKeyAlias()
public void setKeyAlias(String keyAlias)
The method is optional for setting instance. System will find the unique key from keystore if the keyAlias is null (not set).
keyAlias
- public String getKeyPassword()
public void setKeyPassword(String keyPassword)
The method is optional for setting instance. System will take keystore's password as the key password if the keyAlias is null (not set).
keyPassword
- public String getKeystore()
public void setKeystore(String keystore)
The method is mandatory for setting instance
keystore
- public String getKeystorePassword()
public void setKeystorePassword(String keystorePassword)
The method is mandatory for setting instance
keystorePassword
- public String getKeystoreType()
public void setKeystoreType(String keystoreType)
The method is optional for setting instance, default keystore type is "JKS"
keystoreType
- public String getTrustKeystore()
public void setTrustKeystore(String trustKeystore)
The method is mandatory for setting instance
trustKeystore
- public String getTrustKeystorePassword()
public void setTrustKeystorePassword(String trustKeystorePassword)
trustKeystorePassword
- public String getTrustKeystoreType()
public void setTrustKeystoreType(String trustKeystoreType)
The method is optional for setting instance, default keystore type is "JKS"
trustKeystoreType
- public String toString()
toString
in class Object
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |