Home
last modified time | relevance | path

Searched refs:engineDoPhase (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyAgreementSpiTest.java48 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, in engineDoPhase() method in KeyAgreementSpiTest.Mock_KeyAgreementSpi
50 return super.engineDoPhase(key, lastPhase); in engineDoPhase()
92 assertNull("Not null result", kaSpi.engineDoPhase(null, true)); in testKeyAgreementSpi01()
94 kaSpi.engineDoPhase(null, false); in testKeyAgreementSpi01()
DMockKeyAgreementSpi.java57 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, in engineDoPhase() method in MockKeyAgreementSpi
/libcore/ojluni/src/main/java/javax/crypto/
DKeyAgreementSpi.java127 protected abstract Key engineDoPhase(Key key, boolean lastPhase) in engineDoPhase() method in KeyAgreementSpi
DKeyAgreement.java560 return spi.engineDoPhase(key, lastPhase); in doPhase()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
DMyKeyAgreementSpi.java45 protected Key engineDoPhase(Key key, boolean lastPhase) in engineDoPhase() method in MyKeyAgreementSpi
/libcore/luni/src/test/java/libcore/javax/crypto/
DMockKeyAgreementSpi.java59 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, in engineDoPhase() method in MockKeyAgreementSpi