Package com.didisoft.pgp

Provides easy OpenPGP API for Java Developers.

See:
          Description

Interface Summary
CompressionAlgorithm Interface that lists the supported compression algorithms for OpenPGP encryption.
CypherAlgorithm Interface that lists the supported symmetric encryption algorithms used in the library.
HashAlgorithm Interface that lists the supported hashing algorithms used in the library.
KeyAlgorithm Interface that lists the supported asymmetric algorithms for OpenPGP keys.
TrustLevel Holds common trust values
 

Class Summary
KeyPairInformation Represents an OpenPGP key pair.
KeyStore Represents an OpenPGP Key Store.
PGPException  
PGPFileInformation Reserved for future releases.
PGPKeyPair Represents an OpenPGP key loaded from a key file.
PGPLib OpenPGP Library for Java.
RevocationLib OpenPGP Key Revocation Library for Java.
 

Package com.didisoft.pgp Description

Provides easy OpenPGP API for Java Developers.

OpenPGP Library for Java

OpenPGP Library for Java is OpenPGP and GnuPG compatible, with no external dependencies and no JNI calls. Works on Linux, Unix, Windows, Mac OS X and all systems with installed Java 1.4+ environment.

Related Documentation

For example usage visit:



Copyright © 2006-2011 DidiSoft Ltd. All Rights Reserved.