okhttp-parent
Toggle table of contents
5.2.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
okhttp-parent
okhttp-tls
/
okhttp3.tls
/
HeldCertificate
/
Builder
/
keyPair
key
Pair
fun
keyPair
(
keyPair
:
KeyPair
)
:
<Error class: unknown class>
fun
keyPair
(
publicKey
:
PublicKey
,
privateKey
:
PrivateKey
)
:
<Error class: unknown class>
Sets the public/private key pair used for this certificate. If unset a key pair will be generated.