Project Python SourceForge
Introduction
Legal Notes
Suitability
 
Setup
Download
Installation
 
How to
Key Generation
Signing a Document
Testing a Document
Trust Relationships
 
Documentation
TrustedPickle
ModuleObject
PrivateKey
PublicKey
PublicKeyFile
Signature
TPickle
TrustRelationship

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.