Classes

Package crypto

Application-wide cryptographic functions. More...

Classes

class  AsymmetricCipher
 Implements asymmetric cipher with public and private keys used to retrieve secret key (used for symmetric ciphering of peer-to-peer datagram packets) from remote peer. More...
class  CipherEngine
 Common ciphering engine (for the whole application) providing: More...
class  NamedKeyPair
 Encapsulates a public/private key pair together with some comment (textual description) that describes them like type, owner, time-stamp etc. More...
class  NamedPublicKey
 Encapsulates a public key together with some comment (textual description) that describes it (like type, owner, time-stamp etc.) More...
class  PublicEncryptor
 Implements public part of the asymmetric cipher (with public key) used to send encrypted local secret key (used for symmetric ciphering of peer-to-peer datagram packets) to remote peer. More...
class  SymmetricCipher
 Instances of the Symmetric cipher class arew used to cipher peer-to-peer datagram packets. More...

Detailed Description

Application-wide cryptographic functions.