Interface SslSettings

  • All Implemented Interfaces:

    
    public interface SslSettings
    
                        

    The Secure Sockets Layer (SSL) settings.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void setKeyStore(@NonNull() KeyStore keyStore) Sets the KeyStore.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setKeyStore

         abstract void setKeyStore(@NonNull() KeyStore keyStore)

        Sets the KeyStore.

        • Adds a key store which contains custom certificate authorities (CAs).
        • The custom key store will be checked in case the default key store does not trust the server.
        Parameters:
        keyStore - The key store containing custom CAs.