HomeSort by relevance Sort by last modified time
    Searched full:privatekey (Results 251 - 275 of 400) sorted by null

<<111213141516

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KSBuilder_ImplTest.java 32 import java.security.PrivateKey;
144 PrivateKey privKey = tkp.getPrivate();
KeyStore_Impl1Test.java 30 import java.security.PrivateKey;
464 PrivateKey privKey = tkp.getPrivate();
732 PrivateKey key = tkp.getPrivate();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 64 import java.security.PrivateKey;
91 public static void exportReleaseApk(IProject project, File outputFile, PrivateKey key,
  /external/chromium_org/chrome/browser/ui/android/
ssl_client_certificate_request.cc 139 // |private_key_ref| is the platform PrivateKey object JNI reference for
  /external/chromium_org/third_party/tlslite/patches/
intolerance_options.patch 90 certChain, privateKey, reqCert, sessionCache, settings,
  /external/openssl/ssl/
s2_srvr.c 443 if (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL)
1124 if ((c == NULL) || (c->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL))
1129 if (c->pkeys[SSL_PKEY_RSA_ENC].privatekey->type != EVP_PKEY_RSA)
1134 rsa=c->pkeys[SSL_PKEY_RSA_ENC].privatekey->pkey.rsa;
d1_clnt.c     [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewContentsClientAdapter.java 71 import java.security.PrivateKey;
824 public void proceed(final PrivateKey privateKey, final X509Certificate[] chain) {
825 mCallback.proceed(privateKey, chain);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 16 import java.security.PrivateKey;
386 if (key instanceof PrivateKey)
664 if ((key instanceof PrivateKey) && (chain == null))
  /external/chromium_org/third_party/boringssl/src/ssl/test/runner/
handshake_client.go 499 switch key := c.config.Certificates[0].PrivateKey.(type) {
500 case *ecdsa.PrivateKey:
515 case *rsa.PrivateKey:
handshake_server.go 257 _, hs.ecdsaOk = hs.cert.PrivateKey.(*ecdsa.PrivateKey)
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyPairGeneratorTest.java 24 import java.security.PrivateKey;
496 final PrivateKey privKey = pair.getPrivate();
497 assertNotNull("The PrivateKey for the KeyPair should be not null", privKey);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java 32 import java.security.PrivateKey;
75 private static PrivateKey privKey = null;
773 s.init(new PrivateKey() {
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java     [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_lib.c 969 if (ctx->cert->key->privatekey == NULL)
974 return(X509_check_private_key(ctx->cert->key->x509, ctx->cert->key->privatekey));
995 if (ssl->cert->key->privatekey == NULL)
1001 ssl->cert->key->privatekey));
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarFileTest.java 30 import java.security.PrivateKey;
    [all...]
  /external/chromium_org/crypto/
rsa_private_key.h 237 // Exports the private key to a PKCS #1 PrivateKey block.
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 95 BLINK_PLATFORM_EXPORT void completeWithKeyPair(const WebCryptoKey& publicKey, const WebCryptoKey& privateKey);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.0_Foundation-1.0.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.1_Foundation-1.1.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JRE-1.1.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum12_1.0.1.200904031014/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.2.zip 
  /external/openssl/patches/
0011-ecdhe_psk.patch     [all...]
  /libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
CertBlacklistTest.java 30 import java.security.PrivateKey;
  /libcore/luni/src/test/java/libcore/java/security/
KeyPairGeneratorTest.java 28 import java.security.PrivateKey;
321 PrivateKey privKey = kf.generatePrivate(spec);

Completed in 1361 milliseconds

<<111213141516