|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcryptix.message.stream.DecryptionKeyRequest
Request for the decryption key callback function
Constructor Summary | |
DecryptionKeyRequest(KeyID[] keyidhints,
int retrycount,
DecryptionKeyReturnValue lastresult)
|
Method Summary | |
KeyID[] |
getKeyIDHints()
Returns an array of key id's that could possible have encrypted the message or null if no such information is available. |
DecryptionKeyReturnValue |
getLastResult()
Returns the previous result, if getRetryCount() >= 1. |
int |
getRetryCount()
Returns the number of previous calls to the callback function |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DecryptionKeyRequest(KeyID[] keyidhints, int retrycount, DecryptionKeyReturnValue lastresult)
Method Detail |
public KeyID[] getKeyIDHints()
public int getRetryCount()
public DecryptionKeyReturnValue getLastResult()
|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |