Searched refs:DSAKey (Results 1 – 7 of 7) sorted by relevance
22 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()
32 import java.security.interfaces.DSAKey;92 } else if (key instanceof DSAKey) { in getKeySize()93 DSAKey pubk = (DSAKey)key; in getKeySize()
39 public interface DSAKey { interface
41 public interface DSAPublicKey extends DSAKey, java.security.PublicKey {
41 public interface DSAPrivateKey extends DSAKey, java.security.PrivateKey {
611 "ojluni/src/main/java/java/security/interfaces/DSAKey.java",
8547 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 {