Uses of Class
com.didisoft.pgp.inspect.ContentItem

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

Uses of ContentItem in com.didisoft.pgp.inspect
 

Methods in com.didisoft.pgp.inspect that return ContentItem
 ContentItem[] PGPInspectLib.listOpenPGPFile(java.lang.String signedFileName)
          Lists the contents of an OpenPGP signed file

Example:
 ContentItem[] PGPInspectLib.listOpenPGPFile(java.lang.String fileName, java.lang.String privateKeyFileName, java.lang.String privateKeyPassword)
          Lists the contents of an OpenPGP encrypted file

Example:
 ContentItem[] PGPInspectLib.listOpenPGPStream(java.io.InputStream signedStream)
          Lists the contents of an OpenPGP signed stream

Example:
 ContentItem[] PGPInspectLib.listOpenPGPStream(java.io.InputStream encryptedStream, java.io.InputStream privateKeyStream, java.lang.String privateKeyPassword)
          Lists the contents of an OpenPGP encrypted stream

Example:
 



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