|
freiheit.com technologies gmbh | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.freiheit.gnupg.GnuPGPassphraseConsole
public class GnuPGPassphraseConsole
Requests a passphrase for a crypto operation from the command line. This is triggered by gpgme. You must register this as a listener to the GnuPGContext. It stills echoes the passphrase on the console. Remember, this is an alpha release...
GnuPGContext
Constructor Summary | |
---|---|
GnuPGPassphraseConsole()
Default-Constructor. |
Method Summary | |
---|---|
java.lang.String |
getPassphrase(java.lang.String hint,
java.lang.String passphraseInfo,
int wasBad)
Prints to the console, asks for the passphrase and returns it to gpgme. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GnuPGPassphraseConsole()
Method Detail |
---|
public java.lang.String getPassphrase(java.lang.String hint, java.lang.String passphraseInfo, int wasBad)
getPassphrase
in interface GnuPGPassphraseListener
hint
- TODOpassphraseInfo
- TODOwasBad
- TODO
GnuPGContext
|
freiheit.com technologies gmbh | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |