class GPGME::Key

def sha

Short descriptive value. Can be used to identify the key.
#
def sha
  primary_subkey.sha
end