Searched refs:nextSpi (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/java/security/ |
D | KeyFactory.java | 160 if (nextSpi(null) == null) { in KeyFactory() 307 private KeyFactorySpi nextSpi(KeyFactorySpi oldSpi) { in nextSpi() method in KeyFactory 362 mySpi = nextSpi(mySpi); in generatePublic() 400 mySpi = nextSpi(mySpi); in generatePrivate() 447 mySpi = nextSpi(mySpi); in getKeySpec() 484 mySpi = nextSpi(mySpi); in translateKey()
|
D | KeyPairGenerator.java | 587 private KeyPairGeneratorSpi nextSpi(KeyPairGeneratorSpi oldSpi, in nextSpi() method in KeyPairGenerator.Delegate 659 mySpi = nextSpi(mySpi, false); in initialize() 686 mySpi = nextSpi(mySpi, false); in initialize() 710 mySpi = nextSpi(mySpi, true); in generateKeyPair()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | SecretKeyFactory.java | 248 if (nextSpi(null) == null) { in SecretKeyFactory() 410 private SecretKeyFactorySpi nextSpi(SecretKeyFactorySpi oldSpi) { in nextSpi() method in SecretKeyFactory 468 mySpi = nextSpi(mySpi); in generateSecret() 512 mySpi = nextSpi(mySpi); in getKeySpec() 547 mySpi = nextSpi(mySpi); in translateKey()
|
D | KeyGenerator.java | 213 if (nextSpi(null, false) == null) { in KeyGenerator() 367 private KeyGeneratorSpi nextSpi(KeyGeneratorSpi oldSpi, in nextSpi() method in KeyGenerator 445 mySpi = nextSpi(mySpi, false); in init() 504 mySpi = nextSpi(mySpi, false); in init() 567 mySpi = nextSpi(mySpi, false); in init() 591 mySpi = nextSpi(mySpi, true); in generateKey()
|