Searched defs:ECPrivateKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/interfaces/
H A DECPrivateKey.java41 public interface ECPrivateKey extends PrivateKey, ECKey { interface in inherits:PrivateKey,ECKey
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decc_impl.h216 typedef struct ECPrivateKeyStr ECPrivateKey; typedef in typeref:struct:ECPrivateKeyStr
249 extern SECStatus EC_NewKey(ECParams *ecParams, ECPrivateKey **privKey,
252 extern SECStatus ECDSA_SignDigest(ECPrivateKey *, SECItem *, const SECItem *,

Completed in 51 milliseconds