Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DDHPrivateKeyTest.java32 import javax.crypto.interfaces.DHPrivateKey;
53 public class checkDHPrivateKey implements DHPrivateKey {
/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeySizeTest.java63 import javax.crypto.interfaces.DHPrivateKey;
131 DHPrivateKey dhPri = (DHPrivateKey) kp.getPrivate(); in testKeyAttributes()
142 DHPrivateKey dhPriDecod in testKeyAttributes()
143 = (DHPrivateKey) kf.generatePrivate(dhPriSpec); in testKeyAttributes()
/libcore/ojluni/src/main/java/javax/crypto/interfaces/
DDHPrivateKey.java39 public interface DHPrivateKey extends DHKey, java.security.PrivateKey { interface
/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()
/libcore/
Dopenjdk_java_files.bp1291 "ojluni/src/main/java/javax/crypto/interfaces/DHPrivateKey.java",
DEXPECTED_UPSTREAM1305 …javax/crypto/interfaces/DHPrivateKey.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/javax/…
/libcore/api/
Dcurrent.txt19194 public interface DHPrivateKey extends javax.crypto.interfaces.DHKey java.security.PrivateKey {