usePrivateKeyBytes abstract method

void usePrivateKeyBytes(
  1. List<int> keyBytes, {
  2. String? password,
})

Sets the private key for a server certificate or client certificate.

Like usePrivateKey, but takes the contents of the file as a list of bytes.

Implementation

void usePrivateKeyBytes(List<int> keyBytes, {String? password});