Home
last modified time | relevance | path

Searched refs:doPhase (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyAgreementTest.java326 kAgs[i].doPhase(publKey, true); in testGenerateSecret03()
329 kAgs[i].doPhase(publKey, true); in testGenerateSecret03()
333 kAgs[i].doPhase(publKey, true); in testGenerateSecret03()
355 kAgs[i].doPhase(publKey, true); in testDoPhase()
364 kAgs[i].doPhase(privKey, false); in testDoPhase()
370 kAgs[i].doPhase(privKey, true); in testDoPhase()
376 kAgs[i].doPhase(publKey, true); in testDoPhase()
378 kAgs[i].doPhase(publKey, true); in testDoPhase()
496 kAgs[i].doPhase(publKey, true); in testInit03()
499 kAgs[i].doPhase(publKey, true); in testInit03()
[all …]
/libcore/ojluni/src/test/java/security/KeyAgreement/
DMultiThreadTest.java161 ka1.doPhase(kp2.getPublic(), true); in testKeyAgreement()
165 ka2.doPhase(kp1.getPublic(), true); in testKeyAgreement()
DKeyAgreementTest.java123 ka1.doPhase(kp2.getPublic(), true); in testKeyAgreement()
129 ka2.doPhase(kp1.getPublic(), true); in testKeyAgreement()
DKeySpecTest.java244 ka.doPhase(pubKey, true); in getKeyAgreementSecret()
DNegativeTest.java349 ka.doPhase(kp.getPublic(), true); in startKeyAgreement()
DKeySizeTest.java117 ka.doPhase(kp.getPublic(), true); in testKeyAgreement()
/libcore/luni/src/test/java/libcore/java/security/
DKeyAgreementHelper.java40 keyAgreement.doPhase(decryptKey, true); in test()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DKeyAgreementThread.java57 ka.doPhase(pubKey, true); in getSecretKey()
/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() method in KeyAgreement
/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() method in KeyAgreement
/libcore/ojluni/src/main/java/javax/crypto/
DKeyAgreement.java608 public final Key doPhase(Key key, boolean lastPhase) in doPhase() method in KeyAgreement
/libcore/api/
Dcurrent.txt19058 …method public final java.security.Key doPhase(java.security.Key, boolean) throws java.lang.Illegal…