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.
iOS note: Not yet implemented.
Source
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.
iOS note: Not yet implemented.
void usePrivateKeyBytes(List<int> keyBytes, {String password});