passphrase property

String? passphrase
getter/setter pair

'passphrase' should be left unset if private key is not encrypted.

Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key.

Implementation

core.String? passphrase;