spelling fixes
This commit is contained in:
@@ -195,7 +195,7 @@ public class PgpDecryptVerifyOperation extends BaseOperation<PgpDecryptVerifyInp
|
||||
|
||||
private static class EncryptStreamResult {
|
||||
|
||||
// this is non-null iff an error occured, return directly
|
||||
// this is non-null iff an error occurred, return directly
|
||||
DecryptVerifyResult errorResult;
|
||||
|
||||
// for verification
|
||||
|
||||
@@ -29,8 +29,8 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* This parcel stores the input of one or more PgpSignEncrypt operations.
|
||||
* All operations will use the same general paramters, differing only in
|
||||
* input and output. Each input/output set depends on the paramters:
|
||||
* All operations will use the same general parameters, differing only in
|
||||
* input and output. Each input/output set depends on the parameters:
|
||||
* <p/>
|
||||
* - Each input uri is individually encrypted/signed
|
||||
* - If a byte array is supplied, it is treated as an input before uris are processed
|
||||
|
||||
Reference in New Issue
Block a user