Uses of Class
com.didisoft.pgp.exceptions.NonPGPDataException

Packages that use NonPGPDataException
com.didisoft.pgp.inspect OpenPGP inspection API (Advanced) 
 

Uses of NonPGPDataException in com.didisoft.pgp.inspect
 

Methods in com.didisoft.pgp.inspect that throw NonPGPDataException
 boolean PGPInspectLib.isPBEEncrypted(java.io.InputStream dataStream)
          Checks is a given OpenPGP stream encrypted with a password.
 boolean PGPInspectLib.isPBEEncrypted(java.lang.String fileName)
          Checks is a given OpenPGP file encrypted with a password.
 boolean PGPInspectLib.isPublicKeyEncrypted(java.io.InputStream dataStream)
          Checks is a given OpenPGP stream encrypted with a public key.
 boolean PGPInspectLib.isPublicKeyEncrypted(java.lang.String fileName)
          Checks is a given OpenPGP file encrypted with a public key.
 SignatureItem[] PGPInspectLib.listDetachedSignatureFile(java.lang.String detachedSignatureFile)
          Lists information for an OpenPGP detached signature file
 SignatureItem[] PGPInspectLib.listDetachedSignatureStream(java.io.InputStream detachedSignatureStream)
          Lists information for an OpenPGP detached signature stream
 long[] PGPInspectLib.listEncryptionKeyIds(java.io.InputStream dataStream)
          Returns the Key Id's that have encrypted a given OpenPGP archive
 long[] PGPInspectLib.listEncryptionKeyIds(java.lang.String fileName)
          Returns the Key Id's that have encrypted a given OpenPGP archive
 



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