Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DDHPrivateKeyTest.java30 import javax.crypto.interfaces.DHPrivateKey;
56 DHPrivateKey pk1 = (DHPrivateKey) kp1.getPrivate(); in test_getParams()
57 DHPrivateKey pk2 = (DHPrivateKey) kp2.getPrivate(); in test_getParams()
65 public class checkDHPrivateKey implements DHPrivateKey {
/libcore/luni/src/main/java/javax/crypto/interfaces/
DDHPrivateKey.java26 public interface DHPrivateKey extends DHKey, PrivateKey { interface
/libcore/luni/src/test/java/libcore/java/security/
DKeyPairGeneratorTest.java50 import javax.crypto.interfaces.DHPrivateKey;
276 } else if (k instanceof DHPrivateKey) { in test_Key()
277 DHPrivateKey dhPriv = (DHPrivateKey) k; in test_Key()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyAgreementTest.java44 import javax.crypto.interfaces.DHPrivateKey;
349 DHParameterSpec dhPs = ((DHPrivateKey) privKey).getParams(); in testDoPhase()
535 DHParameterSpec dhPs = ((DHPrivateKey) privKey).getParams(); in testInit04()