Certificate Configuration Response
data class CertificateConfigurationResponse(val certificate: CertificateInformationResponse? = null, val certificatePassword: String? = null, val encodedCertificate: String? = null, val storeName: String)
Certificate configuration which consist of non-trusted intermediates and root certificates.
Constructors
Link copied to clipboard
constructor(certificate: CertificateInformationResponse? = null, certificatePassword: String? = null, encodedCertificate: String? = null, storeName: String)