comment property

String? comment
getter/setter pair

Comment associated with the private key.

Null if there is no comment.

If the private key was decoded from text, any comment from the text will be stored here.

If the private key is encoded into text, this comment will be encoded into the text if the format supports comments.

Implementation

String? comment;