Interface CasSSLContext

All Known Implementing Classes:
CasSSLContext.DisabledCasSslContext, CasSSLContext.SystemCasSSLContext, DefaultCasSSLContext

public interface CasSSLContext
This is CasSSLContext.
Since:
6.4.0
  • Field Details

  • Method Details

    • system

      static CasSSLContext system()
      System default ssl context, key and trust managers.
      Returns:
      the cas ssl context
    • disabled

      static CasSSLContext disabled()
      Disabled.
      Returns:
      the cas ssl context
    • getSslContext

      SSLContext getSslContext()
      Gets ssl context.
      Returns:
      the ssl context
    • getTrustManagers

      TrustManager[] getTrustManagers()
      Get trust managers.
      Returns:
      the trust manager [ ]
    • getKeyManagers

      default KeyManager[] getKeyManagers()
      Get key managers.
      Returns:
      the key manager [ ]
    • getHostnameVerifier

      HostnameVerifier getHostnameVerifier()
      Gets hostname verifier.
      Returns:
      the hostname verifier
    • getTrustManagerFactory

      TrustManagerFactory getTrustManagerFactory()
      Gets trust manager factory.
      Returns:
      the trust manager factory
    • getKeyManagerFactory

      default KeyManagerFactory getKeyManagerFactory()
      Gets key manager factory.
      Returns:
      the key manager factory