Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.util
/
CertificateUtil
/
CertPair
Cert
Pair
data
class
CertPair
(
val
key
:
PrivateKey
,
val
cert
:
X509Certificate
)
Pair of private key and certificate.
Members
Constructors
Cert
Pair
Link copied to clipboard
constructor
(
key
:
PrivateKey
,
cert
:
X509Certificate
)
Properties
cert
Link copied to clipboard
val
cert
:
X509Certificate
key
Link copied to clipboard
val
key
:
PrivateKey