Home
last modified time | relevance | path

Searched refs:oldSpi (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
DSecretKeyFactory.java410 private SecretKeyFactorySpi nextSpi(SecretKeyFactorySpi oldSpi) { in nextSpi() argument
414 if ((oldSpi != null) && (oldSpi != spi)) { in nextSpi()
DKeyGenerator.java367 private KeyGeneratorSpi nextSpi(KeyGeneratorSpi oldSpi, in nextSpi() argument
372 if ((oldSpi != null) && (oldSpi != spi)) { in nextSpi()
/libcore/ojluni/src/main/java/java/security/
DKeyFactory.java307 private KeyFactorySpi nextSpi(KeyFactorySpi oldSpi) { in nextSpi() argument
311 if ((oldSpi != null) && (oldSpi != spi)) { in nextSpi()
DKeyPairGenerator.java587 private KeyPairGeneratorSpi nextSpi(KeyPairGeneratorSpi oldSpi, in nextSpi() argument
592 if ((oldSpi != null) && (oldSpi != spi)) { in nextSpi()