HttpSecurityConfiguration

class HttpSecurityConfiguration(val trustManager: X509TrustManager? = null, val keyManager: X509KeyManager? = null)

Represents the security configuration settings for HTTPS connections in the Navigation SDK.

Constructors

Link copied to clipboard
constructor(trustManager: X509TrustManager? = null, keyManager: X509KeyManager? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The X509KeyManager used for determining the certificate to send to the server for client authentication.

Link copied to clipboard

The X509TrustManager used for verifying the authenticity of server certificates.