Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/interfaces/
DDSAKeyTest.java22 import java.security.interfaces.DSAKey;
40 DSAKey key = null; in test_getParams()
43 key = (DSAKey) gen.generateKeyPair().getPrivate(); in test_getParams()
47 key = (DSAKey) gen.generateKeyPair().getPublic(); in test_getParams()
/libcore/ojluni/src/main/java/sun/security/util/
DKeyUtil.java35 import java.security.interfaces.DSAKey;
96 } else if (key instanceof DSAKey) { in getKeySize()
97 DSAKey pubk = (DSAKey)key; in getKeySize()
/libcore/ojluni/src/main/java/java/security/interfaces/
DDSAKey.java39 public interface DSAKey { interface
DDSAPrivateKey.java41 public interface DSAPrivateKey extends DSAKey, java.security.PrivateKey {
DDSAPublicKey.java41 public interface DSAPublicKey extends DSAKey, java.security.PublicKey {
/libcore/
Dopenjdk_java_files.mk484 ojluni/src/main/java/java/security/interfaces/DSAKey.java \