diff --git a/core/java/src/net/i2p/crypto/KeyStoreUtil.java b/core/java/src/net/i2p/crypto/KeyStoreUtil.java index 944fd0be0b6c158938535bed002d2f2e09a25fb0..6814dc1eee6a36c1f1a6b09f35b9a51739d721f3 100644 --- a/core/java/src/net/i2p/crypto/KeyStoreUtil.java +++ b/core/java/src/net/i2p/crypto/KeyStoreUtil.java @@ -473,7 +473,7 @@ public final class KeyStoreUtil { /** * Create a keypair and store it in the keystore at ks, creating it if necessary. * - * For new code, the createKeys() with the SigType argument is recommended over this one, + * For new code, the createKeysAndCRL() with the SigType argument is recommended over this one, * as it throws exceptions, and returns the certificate and CRL. * * Warning, may take a long time.