OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:privatekey
(Results
226 - 250
of
310
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java
29
import java.security.
PrivateKey
;
72
private static
PrivateKey
privKey = null;
/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
;
467
PrivateKey
privKey = tkp.getPrivate();
737
PrivateKey
key = tkp.getPrivate();
[
all
...]
/libcore/crypto/src/main/java/org/conscrypt/
ServerHandshakeImpl.java
26
import java.security.
PrivateKey
;
58
private
PrivateKey
privKey;
/libcore/luni/src/test/java/libcore/java/security/
KeyPairGeneratorTest.java
28
import java.security.
PrivateKey
;
247
PrivateKey
privKey = kf.generatePrivate(spec);
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java
30
import java.security.
PrivateKey
;
74
private static
PrivateKey
privKey = null;
/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
136
// |private_key_ref| is the platform
PrivateKey
object JNI reference for
/external/chromium_org/third_party/openssl/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
...]
s3_clnt.c
[
all
...]
/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
...]
s3_clnt.c
[
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/net/quic/crypto/
crypto_server_config.cc
156
QuicServerConfigProtobuf::
PrivateKey
* curve25519_key = config->add_key();
159
QuicServerConfigProtobuf::
PrivateKey
* p256_key = config->add_key();
837
const QuicServerConfigProtobuf::
PrivateKey
& key = protobuf->key(i);
[
all
...]
/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);
/external/chromium/crypto/
rsa_private_key.h
225
// Exports the private key to a PKCS #1
PrivateKey
block.
/external/chromium_org/crypto/
rsa_private_key.h
218
// Exports the private key to a PKCS #1
PrivateKey
block.
/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
/libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
CertBlacklistTest.java
30
import java.security.
PrivateKey
;
/libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java
29
import java.security.
PrivateKey
;
[
all
...]
Completed in 396 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>