Searched refs:nextSpi (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/javax/crypto/
H A DSecretKeyFactory.java121 if (nextSpi(null) == null) {
291 private SecretKeyFactorySpi nextSpi(SecretKeyFactorySpi oldSpi) { method in class:SecretKeyFactory
349 mySpi = nextSpi(mySpi);
393 mySpi = nextSpi(mySpi);
428 mySpi = nextSpi(mySpi);
H A DKeyGenerator.java176 if (nextSpi(null, false) == null) {
350 private KeyGeneratorSpi nextSpi(KeyGeneratorSpi oldSpi, method in class:KeyGenerator
428 mySpi = nextSpi(mySpi, false);
487 mySpi = nextSpi(mySpi, false);
550 mySpi = nextSpi(mySpi, false);
574 mySpi = nextSpi(mySpi, true);
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DKeyFactory.java137 if (nextSpi(null) == null) {
302 private KeyFactorySpi nextSpi(KeyFactorySpi oldSpi) { method in class:KeyFactory
357 mySpi = nextSpi(mySpi);
395 mySpi = nextSpi(mySpi);
444 mySpi = nextSpi(mySpi);
481 mySpi = nextSpi(mySpi);
H A DKeyPairGenerator.java610 private KeyPairGeneratorSpi nextSpi(KeyPairGeneratorSpi oldSpi, method in class:KeyPairGenerator.Delegate
682 mySpi = nextSpi(mySpi, false);
709 mySpi = nextSpi(mySpi, false);
733 mySpi = nextSpi(mySpi, true);

Completed in 97 milliseconds