usePrivateKeyBytes abstract method

void usePrivateKeyBytes(List<int> keyBytes, { 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.

Source

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/SecurityContext/usePrivateKeyBytes.html