Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyAgreementTest.java77 private static PublicKey publKey = null; field in KeyAgreementTest
92 publKey = tkp.getPublic(); in createKeys()
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()
376 kAgs[i].doPhase(publKey, true); in testDoPhase()
378 kAgs[i].doPhase(publKey, true); in testDoPhase()
403 kAgs[i].init(publKey); in testInit01()
408 kAgs[i].init(publKey, new SecureRandom()); in testInit01()
[all …]