TrustStoreConfig

data class TrustStoreConfig @JvmOverloads constructor(val resource: String, val passphrase: String? = null, val format: String = FORMAT_JCEKS)

Constructors

Link copied to clipboard
constructor(resource: String, passphrase: String? = null, format: String = FORMAT_JCEKS)

Properties

Link copied to clipboard
Link copied to clipboard
val passphrase: String? = null
Link copied to clipboard