Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DKeyUtil.java37 import javax.crypto.interfaces.DHKey;
96 } else if (key instanceof DHKey) { in getKeySize()
97 DHKey pubk = (DHKey)key; in getKeySize()
/libcore/ojluni/src/main/java/javax/crypto/interfaces/
DDHKey.java40 public interface DHKey { interface
DDHPrivateKey.java39 public interface DHPrivateKey extends DHKey, java.security.PrivateKey {
DDHPublicKey.java39 public interface DHPublicKey extends DHKey, java.security.PublicKey {
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DDHPublicKeyTest.java32 import javax.crypto.interfaces.DHKey;
DDHPrivateKeyTest.java31 import javax.crypto.interfaces.DHKey;
/libcore/
Dopenjdk_java_files.bp1229 "ojluni/src/main/java/javax/crypto/interfaces/DHKey.java",