Home
last modified time | relevance | path

Searched refs:DSAKey (Results 1 – 7 of 7) 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.java32 import java.security.interfaces.DSAKey;
92 } else if (key instanceof DSAKey) { in getKeySize()
93 DSAKey pubk = (DSAKey)key; in getKeySize()
/libcore/ojluni/src/main/java/java/security/interfaces/
DDSAKey.java39 public interface DSAKey { interface
DDSAPublicKey.java41 public interface DSAPublicKey extends DSAKey, java.security.PublicKey {
DDSAPrivateKey.java41 public interface DSAPrivateKey extends DSAKey, java.security.PrivateKey {
/libcore/
Dopenjdk_java_files.bp611 "ojluni/src/main/java/java/security/interfaces/DSAKey.java",
/libcore/api/
Dcurrent.txt8547 public interface DSAKey {
8562 public interface DSAPrivateKey extends java.security.interfaces.DSAKey java.security.PrivateKey {
8567 public interface DSAPublicKey extends java.security.interfaces.DSAKey java.security.PublicKey {