|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.configuration.jsse.TLSParameterBase
public class TLSParameterBase
This class is the base class for TLS parameters that are common to both client and server sides.
Constructor Summary | |
---|---|
TLSParameterBase()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getCipherSuites()
This parameter sets the cipher suites list to use. |
FiltersType |
getCipherSuitesFilter()
This parameter sets the filter to include and/or exclude the cipher suites to use from the set list or system defaults. |
java.lang.String |
getJsseProvider()
This parameter configures the JSSE provider. |
javax.net.ssl.KeyManager[] |
getKeyManagers()
This parameter configures to use the following KeyManagers. |
java.security.SecureRandom |
getSecureRandom()
This sets the secure random alogorithm. |
java.lang.String |
getSecureSocketProtocol()
This sets the protocol to use. |
javax.net.ssl.TrustManager[] |
getTrustManagers()
This parameter configures to use the following TrustManagers. |
void |
setCipherSuites(java.util.List<java.lang.String> cs)
This parameter sets the cipher suites list to use. |
void |
setCipherSuitesFilter(FiltersType filters)
This parameter sets the filter to include and/or exclude the cipher suites to use from the set list or system defaults. |
void |
setJsseProvider(java.lang.String prov)
This parameter configures the JSSE provider. |
void |
setKeyManagers(javax.net.ssl.KeyManager[] keyMgrs)
This parameter configures to use the following KeyManagers. |
void |
setSecureRandom(java.security.SecureRandom random)
This sets the secure random provider and alogorithm. |
void |
setSecureSocketProtocol(java.lang.String proto)
This sets the protocol to use. |
void |
setTrustManagers(javax.net.ssl.TrustManager[] trustMgrs)
This parameter configures to use the following TrustManagers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TLSParameterBase()
Method Detail |
---|
public final void setJsseProvider(java.lang.String prov)
public final void setKeyManagers(javax.net.ssl.KeyManager[] keyMgrs)
public final void setTrustManagers(javax.net.ssl.TrustManager[] trustMgrs)
public final void setCipherSuites(java.util.List<java.lang.String> cs)
public final void setCipherSuitesFilter(FiltersType filters)
public final void setSecureSocketProtocol(java.lang.String proto)
public final void setSecureRandom(java.security.SecureRandom random)
public java.security.SecureRandom getSecureRandom()
public java.lang.String getSecureSocketProtocol()
public java.lang.String getJsseProvider()
public javax.net.ssl.KeyManager[] getKeyManagers()
public javax.net.ssl.TrustManager[] getTrustManagers()
public java.util.List<java.lang.String> getCipherSuites()
public FiltersType getCipherSuitesFilter()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |