Class: openpgp_msg_publickey

openpgp_msg_publickey

Decoded public key object for internal openpgp.js use

new openpgp_msg_publickey()

Source:

Methods

<inner> getEncryptionKey()

finds an encryption key for this public key
Source:
Returns:
null if no encryption key has been found

<inner> read_nodes()

Source:
Returns:
last position

<inner> verifyBasicSignatures() → {Boolean}

verifies: - revocation certificates directly on key - self signatures - subkey binding and revocation certificates This is useful for validating the key
Source:
Returns:
true if the basic signatures are all valid
Type
Boolean

<inner> verifyCertificationSignatures()

verifies all signatures
Source:
Returns:
a 2 dimensional array. the first dimension corresponds to the userids available