Searched refs:lastPhase (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/ |
D | MyKeyAgreementSpi.java | 45 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/ |
D | KeyAgreementSpiTest.java | 48 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, in engineDoPhase() argument 50 return super.engineDoPhase(key, lastPhase); in engineDoPhase()
|
D | MockKeyAgreementSpi.java | 57 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, in engineDoPhase() argument
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | KeyAgreementSpi.java | 127 protected abstract Key engineDoPhase(Key key, boolean lastPhase) in engineDoPhase() argument
|
D | KeyAgreement.java | 608 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/ |
D | MockKeyAgreementSpi.java | 59 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException, in engineDoPhase() argument
|
/libcore/ojluni/annotations/flagged_api/javax/crypto/ |
D | KeyAgreement.annotated.java | 53 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/ |
D | KeyAgreement.annotated.java | 61 public final java.security.Key doPhase(java.security.Key key, boolean lastPhase) throws java.lang.I… in doPhase() argument
|