Interface CachingCryptoSettings

    • 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 Optional<SSLContext> getSslContext() Retrieves an already created SSL Context, or an empty optional if none exists.
      abstract void setSslContext(SSLContext sslContext) Sets an SSLContext as cached result for the crypto settings.
      • Methods inherited from class org.somda.sdc.dpws.crypto.CryptoSettings

        getKeyStorePassword, getKeyStoreStream, getTrustStorePassword, getTrustStoreStream
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getSslContext

         abstract Optional<SSLContext> getSslContext()

        Retrieves an already created SSL Context, or an empty optional if none exists.

        Returns:

        an SSL Context or none if not cached