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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DKeyAgreementSpiTest.java48 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, method in class:KeyAgreementSpiTest.Mock_KeyAgreementSpi
50 return super.engineDoPhase(key, lastPhase);
92 assertNull("Not null result", kaSpi.engineDoPhase(null, true));
94 kaSpi.engineDoPhase(null, false);
H A DMockKeyAgreementSpi.java57 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, method in class:MockKeyAgreementSpi
/libcore/ojluni/src/main/java/javax/crypto/
H A DKeyAgreementSpi.java43 * ({@link #engineDoPhase(java.security.Key, boolean) engineDoPhase}).
46 * <code>engineDoPhase</code>
48 * party, <code>engineDoPhase</code> needs to be called once, with the
51 * with two other parties, <code>engineDoPhase</code> needs to be called twice,
127 protected abstract Key engineDoPhase(Key key, boolean lastPhase) method in class:KeyAgreementSpi
H A DKeyAgreement.java604 return spi.engineDoPhase(key, lastPhase);
/libcore/luni/src/test/java/libcore/javax/crypto/
H A DMockKeyAgreementSpi.java59 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, method in class:MockKeyAgreementSpi
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
H A DMyKeyAgreementSpi.java45 protected Key engineDoPhase(Key key, boolean lastPhase) method in class:MyKeyAgreementSpi

Completed in 167 milliseconds