io.sureshg.extn / JSSEProp

JSSEProp

enum class JSSEProp

JSSE system properties for customization.

Parameters

prop - property name desc - Detailed description of the property system - indicate whether it's a System or Security property. true if it's customized by setting System property.

Enum Values

Debug

KeyStore

KeyStoreType

KeyStorePassword

KeyStoreProvider

TrustStore

TrustStoreType

TrustStorePassword

TrustStoreProvider

ProxyHost

ProxyPort

HttpsCipherSuites

HttpsProtocols

TLSProtocols

CertPathDisabledAlgos

TLSDisabledAlgos

Properties

desc

val desc: String

prop

val prop: String

system

val system: Boolean

Functions

set

fun set(value: String): Unit

Sets the JSSE system/security property to the given value.

Extension Properties

p

val Any?.p: Unit

Prints the Any.toString to console.