CertificateParsingException
This exception is thrown whenever an invalid DER-encoded certificate is parsed, or unsupported DER features are found in the Certificate.
actual typealias CertificateParsingException = java.security.cert.CertificateParsingException(source)
This exception is thrown whenever an invalid DER-encoded certificate is parsed, or unsupported DER features are found in the 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?)