Searched refs:doPhase (Results 1 – 12 of 12) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | KeyAgreementTest.java | 326 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/ |
D | MultiThreadTest.java | 161 ka1.doPhase(kp2.getPublic(), true); in testKeyAgreement() 165 ka2.doPhase(kp1.getPublic(), true); in testKeyAgreement()
|
D | KeyAgreementTest.java | 123 ka1.doPhase(kp2.getPublic(), true); in testKeyAgreement() 129 ka2.doPhase(kp1.getPublic(), true); in testKeyAgreement()
|
D | KeySpecTest.java | 244 ka.doPhase(pubKey, true); in getKeyAgreementSecret()
|
D | NegativeTest.java | 349 ka.doPhase(kp.getPublic(), true); in startKeyAgreement()
|
D | KeySizeTest.java | 117 ka.doPhase(kp.getPublic(), true); in testKeyAgreement()
|
/libcore/luni/src/test/java/libcore/java/security/ |
D | KeyAgreementHelper.java | 40 keyAgreement.doPhase(decryptKey, true); in test()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
D | KeyAgreementThread.java | 57 ka.doPhase(pubKey, true); in getSecretKey()
|
/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() method in KeyAgreement
|
/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() method in KeyAgreement
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | KeyAgreement.java | 608 public final Key doPhase(Key key, boolean lastPhase) in doPhase() method in KeyAgreement
|
/libcore/api/ |
D | current.txt | 19058 …method public final java.security.Key doPhase(java.security.Key, boolean) throws java.lang.Illegal…
|