keyPair property
AsymmetricKeyPair<RSAPublicKey, RSAPrivateKey>
get
keyPair
The RSA key pair used for ADB authentication and TLS.
Implementation
AsymmetricKeyPair<RSAPublicKey, RSAPrivateKey> get keyPair => _keyPair;