Skip to content
logo
Hexagon Home
Type to start searching
    GitHub
    • Getting Started
    • Documentation
    • Examples
    • Community
    GitHub
      • Home
      • Quick Start
      • Developer Guide
      • Core
      • HTTP Server
      • HTTP Client
      • Create Applications
      • Gradle Helpers
        • Core
        • Scheduler
        • Web
        • HTTP Server
        • HTTP Client
        • Templates
        • Store (beta)
        • Messaging (beta)
          • Jetty
          • Servlet
          • Async HTTP Client
          • Pebble
          • FreeMarker
          • MongoDB (beta)
          • RabbitMQ (beta)
      • API
      • Example Projects
        • HTTP Server
        • HTTP Client
      • Help and Support
      • Dev.to ↗
      • LibHunt ↗
      • StackShare ↗
      • Contributing ↗
      • Planning ↗
      • Roadmap ↗
      • Organization ↗
    • SslSettings
      • Constructors
      • Properties
    

    Home

    hexagon_core / com.hexagonkt.http / SslSettings

    SslSettings¶

    data class SslSettings

    Constructors¶

    Name Summary
    <init> SslSettings(keyStore:URI? = null, keyStorePassword:String= "", trustStore:URI? = null, trustStorePassword:String= "", clientAuth:Boolean= false)

    Properties¶

    Name Summary
    clientAuth val clientAuth:Boolean
    keyStore val keyStore:URI?
    keyStorePassword val keyStorePassword:String
    trustStore val trustStore:URI?
    trustStorePassword val trustStorePassword:String

    This project is supported by:

    Made with by OSS contributors. Licensed under MIT License
    powered by MkDocs and Material for MkDocs
    Star Watch Fork Tweet