src/java.base/share/classes/javax/crypto/KeyGenerator.java

Print this page
rev 10700 : 8058845: Update JCE environment for build improvements
Reviewed-by: mullan, alanb, erikj, mchung, katleman

*** 302,312 **** } } /** * Update the active spi of this class and return the next ! * implementation for failover. If no more implemenations are * available, this method returns null. However, the active spi of * this class is never set to null. */ private KeyGeneratorSpi nextSpi(KeyGeneratorSpi oldSpi, boolean reinit) { --- 302,312 ---- } } /** * Update the active spi of this class and return the next ! * implementation for failover. If no more implementations are * available, this method returns null. However, the active spi of * this class is never set to null. */ private KeyGeneratorSpi nextSpi(KeyGeneratorSpi oldSpi, boolean reinit) {