CertificateEncodingException
This exception is thrown when an error occurs while attempting to encode a certificate.
actual typealias CertificateEncodingException = java.security.cert.CertificateEncodingException(source)
This exception is thrown when an error occurs while attempting to encode a certificate.
Constructors
Link copied to clipboard
expect constructor()
expect constructor(message: String?)
expect constructor(message: String?, cause: Throwable?)
expect constructor(cause: Throwable?)
actual constructor()
actual constructor(message: String?)
actual constructor(message: String?, cause: Throwable?)
actual constructor(cause: Throwable?)