SslKeystore

class SslKeystore @JvmOverloads constructor(val keyPassword: String = "", val keyStore: KeyStore = generate("localhost", keyPassword))

Constructors

Link copied to clipboard
constructor(keyPassword: String, keystoreFile: File, keystoreType: SslKeystore.KeyStoreType = KeyStoreType.PKCS12, keystorePassword: String = "")
constructor(keyPassword: String = "", keyStore: KeyStore = generate("localhost", keyPassword))

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard