#include <tls.h>
Collaboration diagram for party:

Public Member Functions | |
Constructor | |
| party (int sflag) | |
| Constructor. | |
Object Reuse and Initialization | |
| void | clear () |
| Clear this object's communications buffer and certificate cache. | |
| void | init (const str &key, const str &iv) |
| Load an RC4, DES, TDES, or AES key and IV. | |
Predicates | |
| bool | isClient () const |
| Predicate used to determine if this object represents a client or a server. | |
Data Fields | |
| str | buf |
| communications buffer | |
| str | cer |
| this party's certificate cache | |
| party | ( | int | sflag | ) | [inline] |
Constructor.
| sflag | client/server indicator: 0 for client, 1 for server |
Load an RC4, DES, TDES, or AES key and IV.
| key | an RC4, DES or AES key | |
| iv | an IV for DES-CBC, TDES-CBC, or AES-CBC mode |
| ISC Cryptographic Development Kit - User's Guide | |
| Questions? E-mail ISC technical support | |
| Copyright© 2002-2006 Information Security Corp. All rights reserved. |