properties property

Properties properties
final

Properties associated with the public key.

If the public key was decoded from text, any comment/properties from the text will be stored here.

If the public key is encoded into text, these properties will be encoded into the text if the format supports them. Note: only the SSH Public Key format fully supports properties. The other formats either only support at most one comment, or no properties at all.

Implementation

final properties = Properties();