|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the decryption key callback function
Method Summary | |
DecryptionKeyReturnValue |
getDecryptionKey(DecryptionKeyRequest request)
Callback function for retrieving a verification key Note: when verification fails, this method will be called again. |
Method Detail |
public DecryptionKeyReturnValue getDecryptionKey(DecryptionKeyRequest request)
Note: when verification fails, this method will be called again. This is useful when multiple keys need to be tried for decryption. Use the FAIL error in the DecryptionKeyReturnValue in that case to indicate that no more tries are needed.
request
- information about the request
|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |