mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-01-11 13:38:06 -05:00
API documentation
This commit is contained in:
parent
168432abab
commit
0ef8663422
@ -82,11 +82,11 @@ interface IOpenPgpService {
|
|||||||
in boolean asciiArmor, in boolean allowUserInteraction, in IOpenPgpCallback callback);
|
in boolean asciiArmor, in boolean allowUserInteraction, in IOpenPgpCallback callback);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Decrypts and verifies given input bytes. This methods handles the encrypted-only, signed-and-encrypted,
|
* Decrypts and verifies given input bytes. This methods handles encrypted-only, signed-and-encrypted,
|
||||||
* and also signed-only inputBytes.
|
* and also signed-only inputBytes.
|
||||||
*
|
*
|
||||||
* After successful decryption, callback's onSuccess will contain the resulting output bytes.
|
* After successful decryption/verification, callback's onSuccess will contain the resulting output bytes.
|
||||||
* callback's onSuccess will return the signatureResult for signed-and-encrypted and signed-only inputs.
|
* The signatureResult in onSuccess is only non-null if signed-and-encrypted and signed-only inputBytes were given.
|
||||||
*
|
*
|
||||||
* @param inputBytes
|
* @param inputBytes
|
||||||
* Byte array you want to decrypt and verify
|
* Byte array you want to decrypt and verify
|
||||||
|
Loading…
Reference in New Issue
Block a user