Class TLSServerParametersConfig.TLSServerParametersTypeInternal

java.lang.Object
org.apache.cxf.configuration.security.TLSServerParametersType
org.apache.cxf.configuration.jsse.TLSServerParametersConfig.TLSServerParametersTypeInternal
Enclosing class:
TLSServerParametersConfig

public static class TLSServerParametersConfig.TLSServerParametersTypeInternal extends TLSServerParametersType
  • Constructor Details

    • TLSServerParametersTypeInternal

      public TLSServerParametersTypeInternal()
  • Method Details

    • getKeyManagersRef

      public KeyManager[] getKeyManagersRef()
    • setKeyManagersRef

      public void setKeyManagersRef(KeyManager[] keyManagersRef)
    • isSetKeyManagersRef

      public boolean isSetKeyManagersRef()
    • getTrustManagersRef

      public TrustManager[] getTrustManagersRef()
    • setTrustManagersRef

      public void setTrustManagersRef(TrustManager[] trustManagersRef)
    • isSetTrustManagersRef

      public boolean isSetTrustManagersRef()