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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DSecretKeyFactory.java120 if (nextSpi(null) == null) {
282 private SecretKeyFactorySpi nextSpi(SecretKeyFactorySpi oldSpi) { method in class:SecretKeyFactory
340 mySpi = nextSpi(mySpi);
384 mySpi = nextSpi(mySpi);
419 mySpi = nextSpi(mySpi);
H A DKeyGenerator.java157 if (nextSpi(null, false) == null) {
311 private KeyGeneratorSpi nextSpi(KeyGeneratorSpi oldSpi, method in class:KeyGenerator
389 mySpi = nextSpi(mySpi, false);
448 mySpi = nextSpi(mySpi, false);
511 mySpi = nextSpi(mySpi, false);
535 mySpi = nextSpi(mySpi, true);
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyFactory.java137 if (nextSpi(null) == null) {
284 private KeyFactorySpi nextSpi(KeyFactorySpi oldSpi) { method in class:KeyFactory
339 mySpi = nextSpi(mySpi);
377 mySpi = nextSpi(mySpi);
424 mySpi = nextSpi(mySpi);
461 mySpi = nextSpi(mySpi);
H A DKeyPairGenerator.java569 private KeyPairGeneratorSpi nextSpi(KeyPairGeneratorSpi oldSpi, method in class:KeyPairGenerator.Delegate
641 mySpi = nextSpi(mySpi, false);
668 mySpi = nextSpi(mySpi, false);
692 mySpi = nextSpi(mySpi, true);

Completed in 231 milliseconds