Searched refs:DSAPrivateKey (Results 1 – 11 of 11) sorted by relevance
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()
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()
8 import java.security.interfaces.DSAPrivateKey;26 implements DSAPrivateKey, PKCS12BagAttributeCarrier40 DSAPrivateKey key) in BCDSAPrivateKey()110 if (!(o instanceof DSAPrivateKey)) in equals()115 DSAPrivateKey other = (DSAPrivateKey)o; in equals()
6 import java.security.interfaces.DSAPrivateKey;65 if (key instanceof DSAPrivateKey) in generatePrivateKeyParameter()67 DSAPrivateKey k = (DSAPrivateKey)key; in generatePrivateKeyParameter()
8 import java.security.interfaces.DSAPrivateKey;26 implements DSAPrivateKey, PKCS12BagAttributeCarrier40 DSAPrivateKey key) in JDKDSAPrivateKey()119 if (!(o instanceof DSAPrivateKey)) in equals()124 DSAPrivateKey other = (DSAPrivateKey)o; in equals()
112 ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = {119 DSAPrivateKey);121 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey);
27 import java.security.interfaces.DSAPrivateKey;55 public class checkDSAPrivateKey implements DSAPrivateKey {
206 IMPLEMENT_PEM_write_cb_const(DSAPrivateKey, DSA, PEM_STRING_DSA, DSAPrivateKey) in IMPLEMENT_PEM_write_cb_const() argument
449 DECLARE_PEM_rw_cb(DSAPrivateKey, DSA)
META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...