fixups after review

This commit is contained in:
zzz
2017-07-13 15:46:37 +00:00
parent d2da262374
commit 5ddb4edd14
11 changed files with 29 additions and 16 deletions

View File

@ -228,7 +228,7 @@ public final class KeyGenerator {
}
/**
* Generic signature type, supports DSA, ECDSA, EdDSA
* Generic signature type, supports DSA, RSA, ECDSA, EdDSA
* @since 0.9.9
*/
public SimpleDataStructure[] generateSigningKeys(SigType type) throws GeneralSecurityException {