OtherMatchingRoot
class OtherMatchingRoot(message: String, cause: Throwable? = null, val certificateChain: List<X509Certificate>, val invalidCertificate: X509Certificate?, val rootCertStage: CertificateInvalidException.OtherMatchingRoot.Stage) : CertificateInvalidException(source)
Constructors
Link copied to clipboard
constructor(message: String, cause: Throwable? = null, certificateChain: List<X509Certificate>, invalidCertificate: X509Certificate?, rootCertStage: CertificateInvalidException.OtherMatchingRoot.Stage)