Uses of Package
org.apache.commons.openpgp

Packages that use org.apache.commons.openpgp
org.apache.commons.openpgp   
 

Classes in org.apache.commons.openpgp used by org.apache.commons.openpgp
KeyRing
          Interface describing a key ring for use in signing or verifying data.
OpenPgpException
          An exception occurring during the use of the OpenPGP library.
OpenPgpSignatureVerifier
          Interface for verifying data signed with OpenPGP.
OpenPgpSigner
          Interface for signing data with OpenPGP.
OpenPgpStreamingSignatureVerifier
          An interface for updating an OpenPGP signature on the fly with streaming data.
OpenPgpStreamingSigner
          An interface for updating an OpenPGP signature on the fly with streaming data.
SignatureStatus
          Enumerated type indicating the status of data that was signed.
UnknownKeyException
          An exception occurring during the verification of a signature, when the key is not found in the keyring.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.