asciiArmoredPgpPublicKey property

String? asciiArmoredPgpPublicKey
getter/setter pair

ASCII-armored representation of a PGP public key, as the entire output by the command gpg --export --armor [email protected] (either LF or CRLF line endings).

When using this field, id should be left blank. The Binary Authorization API handlers will calculate the ID and fill it in automatically. Binary Authorization computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as upper-case hex. If id is provided by the caller, it will be overwritten by the API-calculated ID.

Implementation

core.String? asciiArmoredPgpPublicKey;