IPWorks OpenPGP 2020 Python Edition

Questions / Feedback?

key_public_key_algorithm Property

A text description of the public key algorithm of the key.

Syntax

def get_key_public_key_algorithm() -> str: ...

key_public_key_algorithm = property(get_key_public_key_algorithm, None)

Default Value

""

Remarks

A text description of the public key algorithm of the key. Possible values are:

  • RSA
  • DSA
  • ECDSA
  • EdDSA
  • RSA-Legacy

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 Python Edition - Version 20.0 [Build 8249]