toggle menu
error
0.2.0
common
jvm
nonJvm
switch theme
search in API
error
/
org.kotlincrypto.error
/
CertificateEncodingException
Certificate
Encoding
Exception
common
jvm
nonJvm
expect
open
class
CertificateEncodingException
:
CertificateException
This exception is thrown when an error occurs while attempting to encode a certificate.
actual
typealias
CertificateEncodingException
=
java.security.cert.CertificateEncodingException
actual
open
class
CertificateEncodingException
:
CertificateException
This exception is thrown when an error occurs while attempting to encode a certificate.
Members
Constructors
Certificate
Encoding
Exception
Link copied to clipboard
common
nonJvm
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
?
)
Properties
cause
Link copied to clipboard
common
nonJvm
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
nonJvm
open
val
message
:
String
?
open
val
message
:
String
?