fix more unit tests (syntax)
This commit is contained in:
@@ -292,4 +292,9 @@ public class CanonicalizedSecretKey extends CanonicalizedPublicKey {
|
||||
return mPrivateKey;
|
||||
}
|
||||
|
||||
// HACK, for TESTING ONLY!!
|
||||
PGPSecretKey getSecretKey() {
|
||||
return mSecretKey;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1283,7 +1283,7 @@ public class PgpKeyOperation {
|
||||
|
||||
}
|
||||
|
||||
private static PGPSignatureGenerator getSignatureGenerator(
|
||||
static PGPSignatureGenerator getSignatureGenerator(
|
||||
PGPSecretKey secretKey, CryptoInputParcel cryptoInput) {
|
||||
|
||||
PGPContentSignerBuilder builder;
|
||||
|
||||
Reference in New Issue
Block a user