This commit is contained in:
zzz
2017-01-04 13:31:55 +00:00
parent 307a03f0ed
commit e16cf2ce51

View File

@ -473,7 +473,7 @@ public final class KeyStoreUtil {
/** /**
* Create a keypair and store it in the keystore at ks, creating it if necessary. * 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. * as it throws exceptions, and returns the certificate and CRL.
* *
* Warning, may take a long time. * Warning, may take a long time.