Package crypto

Cryptographic functions

See:
          Description

Class Summary
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.
CipherEngine Common ciphering engine (for the whole application) providing: - Asymmetric ciphering: used for signing/verification and encryption/decryption of secret key used in symmetric ciphering
NamedKeyPair Encapsulates a public/private key pair together with some comment (textual description) that describes them like type, owner, time-stamp etc.
NamedPublicKey Encapsulates a public key together with some comment (textual description) that describes it (like type, owner, time-stamp etc.)
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.
SymmetricCipher Instances of the Symmetric cipher class arew used to cipher peer-to-peer datagram packets.
 

Package crypto Description

Cryptographic functions