//okhttp-tls/okhttp3.tls/HeldCertificate/Builder/ecdsa256
ecdsa256¶
[jvm]\ fun ecdsa256(): HeldCertificate.Builder
Configure the certificate to generate a 256-bit ECDSA key, which provides about 128 bits of security. ECDSA keys are noticeably faster than RSA keys.
This is the default configuration and has been since this API was introduced in OkHttp 3.11.0. Note that the default may change in future releases.