wisp-ssl
Toggle table of contents
2025.01.07.215822-d78df69
jvm
Platform filter
jvm
Switch theme
Search in API
wisp-ssl
wisp-ssl
/
wisp.security.ssl
/
CertificateAndKey
Certificate
And
Key
data
class
CertificateAndKey
(
val
certificate
:
X509Certificate
,
val
privateKey
:
PrivateKey
)
Members
Constructors
Certificate
And
Key
Link copied to clipboard
constructor
(
certificate
:
X509Certificate
,
privateKey
:
PrivateKey
)
Properties
certificate
Link copied to clipboard
val
certificate
:
X509Certificate
private
Key
Link copied to clipboard
val
privateKey
:
PrivateKey