|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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: |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |