PublicKey -- Public key class
PublicKey instances export the following attributes:
- Address
- Owner's e-mail address. Do not modify, or the key will fail to to
validate.
- Key
- 128-bit key value. Do not modify, or the key will fail to to
validate.
- Name
- Owner's name. Do not modify, or the key will fail to to validate.
PublicKey exports the following class function:
- Read(File)
- For internal use only.
PublicKey instances export the following functions:
- Test()
- Tests the public key's validity. Returns True if the keys is
valid, False if not.
- Write(File)
- For internal use only.
|