Remove leftovers from spongycastle

This commit is contained in:
Dominik Schürmann
2016-02-09 00:34:16 +01:00
parent 79db5c0ebe
commit fa2958c65a
5 changed files with 5 additions and 10 deletions

View File

@@ -358,7 +358,7 @@ public class AddSubkeyDialogFragment extends DialogFragment {
* <h3>DSA</h3>
* <p>For DSA algorithm key length must be between 2048 and 3072. Also, it must me dividable by 64.</p>
*
* @return correct key length, according to SpongyCastle specification. Returns <code>-1</code>, if key length is
* @return correct key length, according to BouncyCastle specification. Returns <code>-1</code>, if key length is
* inappropriate.
*/
private int getProperKeyLength(Algorithm algorithm, int currentKeyLength) {