@@ -70,7 +70,7 @@ public final class Constants {
|
||||
public static final String FILE_EXTENSION_ENCRYPTED_BACKUP_SECRET = ".sec.pgp";
|
||||
public static final String FILE_EXTENSION_ENCRYPTED_BACKUP_PUBLIC = ".pub.pgp";
|
||||
|
||||
// used by QR Codes (Guardian Project, Monkeysphere compatiblity)
|
||||
// used by QR Codes (Guardian Project, Monkeysphere compatibility)
|
||||
public static final String FINGERPRINT_SCHEME = "openpgp4fpr";
|
||||
|
||||
public static final String BOUNCY_CASTLE_PROVIDER_NAME = BouncyCastleProvider.PROVIDER_NAME;
|
||||
|
||||
@@ -165,7 +165,7 @@ public class KeychainApplication extends Application {
|
||||
}
|
||||
|
||||
/**
|
||||
* Restart consolidate process if it has been interruped before
|
||||
* Restart consolidate process if it has been interrupted before
|
||||
*/
|
||||
public boolean checkConsolidateRecovery() {
|
||||
if (Preferences.getPreferences(this).getCachedConsolidate()) {
|
||||
|
||||
@@ -25,7 +25,7 @@ import android.os.Handler;
|
||||
*
|
||||
* http://code.google.com/p/android/issues/detail?id=41901
|
||||
*
|
||||
* DialogFragment disappears on pressing home and comming back. This also happens especially in
|
||||
* DialogFragment disappears on pressing home and coming back. This also happens especially in
|
||||
* FileDialogFragment after launching a file manager and coming back.
|
||||
*
|
||||
* Usage: <code>
|
||||
|
||||
@@ -93,7 +93,7 @@ public class DnsResource extends LinkedTokenResource {
|
||||
// There may be a query part
|
||||
/*
|
||||
if (pieces.length > 1) {
|
||||
// parse CLASS and TYPE query paramters
|
||||
// parse CLASS and TYPE query parameters
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -40,7 +40,7 @@ import org.sufficientlysecure.keychain.service.input.CryptoInputParcel;
|
||||
* and returns an OperationResult of type S as a result.
|
||||
*
|
||||
* The input (of type T) is not given directly to the cryptoOperation method,
|
||||
* but must be provided by the overriden createOperationInput method to be
|
||||
* but must be provided by the overridden createOperationInput method to be
|
||||
* available upon request during execution of the cryptoOperation.
|
||||
*
|
||||
* After running cryptoOperation, one of the onCryptoOperation*() methods will
|
||||
|
||||
Reference in New Issue
Block a user