D E M P S V

D

decode(Reader) - Method in class com.ark.pgp.PGPMessageAgent
Decodes an OpenPGP Public Key encrypted & signed message.
decode(Reader, String) - Method in class com.ark.pgp.PGPMessageAgent
Decodes an OpenPGP Symmetric Key encrypted & signed message.
decodePKEncryptedFile(String, String) - Method in class com.ark.pgp.PGPMessageAgent
Decodes an OpenPGP Public Key encrypted & signed file.
decodeSKEncryptedFile(String, String, String) - Method in class com.ark.pgp.PGPMessageAgent
Decodes an OpenPGP Symmetric Key encrypted & signed file.

E

encodePK(byte[], Writer, String) - Method in class com.ark.pgp.PGPMessageAgent
Creates an OpenPGP Public Key Encrypted & Signed message.
encodePKEncryptedFile(String, String, String) - Method in class com.ark.pgp.PGPMessageAgent
Encodes an OpenPGP Public Key encrypted & signed file.
encodeSK(byte[], Writer, String) - Method in class com.ark.pgp.PGPMessageAgent
Creates an OpenPGP Symmetric Key Encrypted & Signed message.
encodeSKEncryptedFile(String, String, String) - Method in class com.ark.pgp.PGPMessageAgent
Encodes an OpenPGP Symmetric Key encrypted & signed file.

M

main(String[]) - Static method in class com.ark.pgp.PGPMessageAgent
Command-line tool to access SlimPGP functions.

P

PGPMessageAgent - class com.ark.pgp.PGPMessageAgent.
This is the client interface to all PGP message functions.
PGPMessageAgent(String, String) - Constructor for class com.ark.pgp.PGPMessageAgent
Creates an OpenPGP message agent.

S

signClearText(String, Writer) - Method in class com.ark.pgp.PGPMessageAgent
Signs a clear text message.
signClearTextFile(String, String) - Method in class com.ark.pgp.PGPMessageAgent
Signs a clear text file.

V

verifyClearText(Reader) - Method in class com.ark.pgp.PGPMessageAgent
Verifies the attached signature of a clear text message.
verifyClearTextFile(String, String) - Method in class com.ark.pgp.PGPMessageAgent
Verifies the attached signature of a clear text file.

D E M P S V