Home
last modified time | relevance | path

Searched defs:engineDoPhase (Results 1 – 5 of 5) sorted by relevance

/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/ojluni/src/main/java/javax/crypto/
DKeyAgreementSpi.java127 protected abstract Key engineDoPhase(Key key, boolean lastPhase) in engineDoPhase() method in KeyAgreementSpi
/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
DMockKeyAgreementSpi.java57 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, in engineDoPhase() method in MockKeyAgreementSpi
/libcore/luni/src/test/java/libcore/javax/crypto/
DMockKeyAgreementSpi.java59 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, in engineDoPhase() method in MockKeyAgreementSpi