Home
last modified time | relevance | path

Searched refs:lastPhase (Results 1 – 8 of 8) 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() argument
47 if (!lastPhase) { in engineDoPhase()
/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() argument
50 return super.engineDoPhase(key, lastPhase); in engineDoPhase()
DMockKeyAgreementSpi.java57 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, in engineDoPhase() argument
/libcore/ojluni/src/main/java/javax/crypto/
DKeyAgreementSpi.java127 protected abstract Key engineDoPhase(Key key, boolean lastPhase) in engineDoPhase() argument
DKeyAgreement.java608 public final Key doPhase(Key key, boolean lastPhase) in doPhase() argument
612 return spi.engineDoPhase(key, lastPhase); in doPhase()
/libcore/luni/src/test/java/libcore/javax/crypto/
DMockKeyAgreementSpi.java59 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, in engineDoPhase() argument
/libcore/ojluni/annotations/flagged_api/javax/crypto/
DKeyAgreement.annotated.java53 public final java.security.Key doPhase(java.security.Key key, boolean lastPhase) throws java.lang.I… in doPhase() argument
/libcore/ojluni/annotations/mmodule/javax/crypto/
DKeyAgreement.annotated.java61 public final java.security.Key doPhase(java.security.Key key, boolean lastPhase) throws java.lang.I… in doPhase() argument