Searched refs:DHKey (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/javax/crypto/interfaces/
H A DDHKey.java40 public interface DHKey { interface
H A DDHPrivateKey.java35 * @see DHKey
39 public interface DHPrivateKey extends DHKey, java.security.PrivateKey {
H A DDHPublicKey.java35 * @see DHKey
39 public interface DHPublicKey extends DHKey, java.security.PublicKey {
/openjdk9/jdk/src/java.base/share/classes/sun/security/util/
H A DKeyUtil.java39 import javax.crypto.interfaces.DHKey;
93 } else if (key instanceof DHKey) {
94 DHKey pubk = (DHKey)key;

Completed in 45 milliseconds