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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPrivateKey.java9 public interface ECPrivateKey interface in inherits:ECKey,PrivateKey
/external/chromium_org/crypto/
H A Dec_private_key.h32 class CRYPTO_EXPORT ECPrivateKey { class in namespace:crypto
34 ~ECPrivateKey();
42 static ECPrivateKey* Create();
48 static ECPrivateKey* CreateSensitive();
54 static ECPrivateKey* CreateFromEncryptedPrivateKeyInfo(
66 static ECPrivateKey* CreateSensitiveFromEncryptedPrivateKeyInfo(
74 // without having to create a ECPrivateKey object and make a copy of them.
113 ECPrivateKey();
118 static ECPrivateKey* CreateWithParams(bool permanent,
123 static ECPrivateKey* CreateFromEncryptedPrivateKeyInfoWithParam
[all...]
H A Dec_private_key_openssl.cc11 ECPrivateKey::~ECPrivateKey() {}
14 bool ECPrivateKey::IsSupported() {
19 ECPrivateKey* ECPrivateKey::Create() {
25 ECPrivateKey* ECPrivateKey::CreateSensitive() {
31 ECPrivateKey* ECPrivateKey::CreateFromEncryptedPrivateKeyInfo(
40 ECPrivateKey* ECPrivateKe
[all...]
H A Dec_private_key_nss.cc77 ECPrivateKey::~ECPrivateKey() {
85 bool ECPrivateKey::IsSupported() {
90 ECPrivateKey* ECPrivateKey::Create() {
96 ECPrivateKey* ECPrivateKey::CreateSensitive() {
109 ECPrivateKey* ECPrivateKey::CreateFromEncryptedPrivateKeyInfo(
122 ECPrivateKey* ECPrivateKe
275 ECPrivateKey::ECPrivateKey() : key_(NULL), public_key_(NULL) {} function in class:crypto::ECPrivateKey
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
H A DECPrivateKey.java23 public class ECPrivateKey class in inherits:ASN1Object
28 private ECPrivateKey( method in class:ECPrivateKey
34 public static ECPrivateKey getInstance(
37 if (obj instanceof ECPrivateKey)
39 return (ECPrivateKey)obj;
44 return new ECPrivateKey(ASN1Sequence.getInstance(obj));
50 public ECPrivateKey( method in class:ECPrivateKey
63 public ECPrivateKey( method in class:ECPrivateKey
70 public ECPrivateKey( method in class:ECPrivateKey
133 * ECPrivateKey
[all...]

Completed in 780 milliseconds