LoadedCertificateResponse

data class LoadedCertificateResponse(val loadTrustStore: Boolean? = null, val resourceId: String)

Loaded certificate payload

Constructors

Link copied to clipboard
constructor(loadTrustStore: Boolean? = null, resourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val loadTrustStore: Boolean? = null

Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.

Link copied to clipboard

Resource Id of loaded certificate