TrustRelationship -- A trust relationship object
TrustRelationship instances export the following attributes:
- Trustee
- A 128-bit public key value of the relationship's trustee. This is the
programmer who will be able to create trusted documents (assuming the
truster is trusted!).
- Truster
- A 128-bit public key value of the relationship's truster. This is the
programmer who supplied his/er private key to create the relationship.
- Transferrable
- Either "Y" or "N", indicating whether the trustee's
trust relationships are to be honored as well.
TrustRelationship exports the following class function:
- Read(File)
- For internal use only.
TrustRelationship instances export the following functions:
- Test()
- Returns True if the trust relationship can be validated,
False otherwise. Test() is automatically called by
TPickle's TestSignatures.
- Write(File)
- For internal use only.
|