source property

PubTextSource? source
getter/setter pair

Source text the OpenSSH public key was parsed from.

Indicates the start of the key-type and the end of the comment (or the end of the base-64 encoded key, if there was no comment).

Null if it wasn't parsed from text.

Implementation

PubTextSource? source;