CertificateCredential

@Serializable
@SerialName(value = "certificate")
data class CertificateCredential(val alias: String) : NetworkCredential

Represents a digital certificate used to access certificate secured resources.

Supports PKCS#12 cryptography archive bundle files. The archive is usually identified by its .pfx or .p12 file extension.

Since

200.0.0

Constructors

Link copied to clipboard
constructor(alias: String)

Properties

Link copied to clipboard

the alias of the Certificate that is installed in the Android system keystore. This is used to extract the Certificate's PrivateKey and its corresponding Certificate chain

Inherited functions

Link copied to clipboard
open override fun toJson(): String

Convert an object to JSON string.