/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
D | EncodedKeySpec2Test.java | 24 import java.security.interfaces.DSAPrivateKey; 71 } else if (key1 instanceof DSAPrivateKey in isEqual() 72 && key2 instanceof DSAPrivateKey) { in isEqual() 73 DSAPrivateKey dsa1 = ((DSAPrivateKey) key1); in isEqual() 74 DSAPrivateKey dsa2 = ((DSAPrivateKey) key2); in isEqual()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
D | DSAKeyFactoryImplTest.java | 31 import java.security.interfaces.DSAPrivateKey; 63 static DSAPrivateKey privateKey; 111 privateKey = (DSAPrivateKey) keyPair.getPrivate(); 223 private void checkPrivateIntegers(DSAPrivateKey pk) { in checkPrivateIntegers() 239 private void checkPrivateKeys(DSAPrivateKey pk) { in checkPrivateKeys() 406 checkPrivateKeys( (DSAPrivateKey) kf.generatePrivate(pkcs8KeySpec) ); in testGeneratePrivateKeySpec02() 420 checkPrivateKeys( (DSAPrivateKey) kf.generatePrivate(keySpec) ); in testGeneratePrivateKeySpec03() 432 DSAPrivateKey prKey; in testGeneratePrivateKeySpec04() 443 prKey = new DSAPrivateKey () { in testGeneratePrivateKeySpec04() 456 prKey = (DSAPrivateKey) kf.generatePrivate((KeySpec)ks); in testGeneratePrivateKeySpec04() [all …]
|
D | SHA1withDSA_SignatureTest.java | 42 import java.security.interfaces.DSAPrivateKey; 169 static private DSAPrivateKey getDSAPrivateKey(BigInteger p, BigInteger q, in getDSAPrivateKey() 176 return new DSAPrivateKey() { in getDSAPrivateKey() 1035 static DSAPrivateKey privateKey = new DSAPrivateKey() { 1119 static DSAPrivateKey getPrivateKey() {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
D | KeyFactorySpi.java | 8 import java.security.interfaces.DSAPrivateKey; 38 …isAssignableFrom(DSAPrivateKeySpec.class) && key instanceof java.security.interfaces.DSAPrivateKey) in engineGetKeySpec() 40 java.security.interfaces.DSAPrivateKey k = (java.security.interfaces.DSAPrivateKey)key; in engineGetKeySpec() 56 else if (key instanceof DSAPrivateKey) in engineTranslateKey() 58 return new BCDSAPrivateKey((DSAPrivateKey)key); in engineTranslateKey()
|
D | BCDSAPrivateKey.java | 8 import java.security.interfaces.DSAPrivateKey; 26 implements DSAPrivateKey, PKCS12BagAttributeCarrier 40 DSAPrivateKey key) in BCDSAPrivateKey() 110 if (!(o instanceof DSAPrivateKey)) in equals() 115 DSAPrivateKey other = (DSAPrivateKey)o; in equals()
|
D | DSAUtil.java | 6 import java.security.interfaces.DSAPrivateKey; 62 if (key instanceof DSAPrivateKey) in generatePrivateKeyParameter() 64 DSAPrivateKey k = (DSAPrivateKey)key; in generatePrivateKeyParameter()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | JDKDSAPrivateKey.java | 8 import java.security.interfaces.DSAPrivateKey; 28 implements DSAPrivateKey, PKCS12BagAttributeCarrier 42 DSAPrivateKey key) in JDKDSAPrivateKey() 121 if (!(o instanceof DSAPrivateKey)) in equals() 126 DSAPrivateKey other = (DSAPrivateKey)o; in equals()
|
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
D | dsa_asn1.c | 109 ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = { 116 } ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey) 118 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey)
|
/external/openssl/crypto/dsa/ |
D | dsa_asn1.c | 109 ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = { 116 } ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey) 118 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey)
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/ |
D | DSAPrivateKeyTest.java | 27 import java.security.interfaces.DSAPrivateKey; 56 public class checkDSAPrivateKey implements DSAPrivateKey {
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/ |
D | DSAPrivateKey.java | 15 public class DSAPrivateKey class 23 public DSAPrivateKey(BigInteger p, BigInteger q, BigInteger g, in DSAPrivateKey() method in DSAPrivateKey
|
D | DSASHA1Verify.java | 185 public static DSASignature generateSignature(byte[] message, DSAPrivateKey pk, SecureRandom rnd) in generateSignature()
|
/external/chromium_org/net/android/java/src/org/chromium/net/ |
D | AndroidKeyStore.java | 18 import java.security.interfaces.DSAPrivateKey; 149 } else if (privateKey instanceof DSAPrivateKey) { in rawSignDigestWithPrivateKey() 186 if (privateKey instanceof DSAPrivateKey) in getPrivateKeyType()
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/ |
D | AuthenticationManager.java | 26 import ch.ethz.ssh2.signature.DSAPrivateKey; 192 if (key instanceof DSAPrivateKey) in authenticatePublicKey() 194 DSAPrivateKey pk = (DSAPrivateKey) key; in authenticatePublicKey()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSSignedGenerator.java | 8 import java.security.interfaces.DSAPrivateKey; 147 else if (key instanceof DSAPrivateKey || "DSA".equalsIgnoreCase(key.getAlgorithm())) in getEncOID()
|
/external/chromium_org/third_party/openssl/openssl/crypto/pem/ |
D | pem_all.c | 329 IMPLEMENT_PEM_write_cb_const(DSAPrivateKey, DSA, PEM_STRING_DSA, DSAPrivateKey) in IMPLEMENT_PEM_write_cb_const() argument
|
D | pem.h | 489 DECLARE_PEM_rw_cb(DSAPrivateKey, DSA)
|
/external/openssl/crypto/pem/ |
D | pem_all.c | 329 IMPLEMENT_PEM_write_cb_const(DSAPrivateKey, DSA, PEM_STRING_DSA, DSAPrivateKey) in IMPLEMENT_PEM_write_cb_const() argument
|
D | pem.h | 489 DECLARE_PEM_rw_cb(DSAPrivateKey, DSA)
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/ |
D | PEMDecoder.java | 18 import ch.ethz.ssh2.signature.DSAPrivateKey; 356 return new DSAPrivateKey(p, q, g, y, x); in decode()
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0006.txt | 35 DSAPrivateKey ::= SEQUENCE {
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | pem.h | 489 DECLARE_PEM_rw_cb(DSAPrivateKey, DSA)
|
/external/openssl/include/openssl/ |
D | pem.h | 489 DECLARE_PEM_rw_cb(DSAPrivateKey, DSA)
|
/external/smack/src/org/xbill/DNS/ |
D | DNSSEC.java | 871 if (! (key instanceof DSAPrivateKey)) in checkAlgorithm()
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 3976 DSAPrivateKey ::= SEQUENCE {
|