OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Cert
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
ClientCertLookupTable.java
24
public static class
Cert
{
27
public
Cert
(AndroidPrivateKey privateKey, byte[][] certChain) {
37
private final Map<String,
Cert
> mCerts;
47
mCerts = new HashMap<String,
Cert
>();
53
mCerts.put(host_and_port, new
Cert
(privateKey, chain));
63
public
Cert
getCertData(String host, int port) {
AwContentsClientBridge.java
20
import java.security.
cert
.CertificateEncodingException;
21
import java.security.
cert
.X509Certificate;
171
final SslCertificate
cert
= SslUtil.getCertificateFromDerBytes(derBytes);
local
172
if (
cert
== null) {
176
final SslError sslError = SslUtil.sslErrorFromNetErrorCode(certError,
cert
, url);
202
ClientCertLookupTable.
Cert
cert
= mLookupTable.getCertData(host, port);
local
208
if (
cert
!= null) {
210
cert
.certChain,
cert
.privateKey)
[
all
...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyKeyStore.java
34
import java.security.
cert
.Certificate;
35
import java.security.
cert
.CertificateException;
47
private Hashtable
Cert
= new Hashtable();
77
if (
Cert
.containsKey(alias)) {
78
return (Certificate)
Cert
.get(alias);
92
if (
Cert
.containsKey(alias)) {
93
Cert
.remove(alias);
107
if (
Cert
.containsKey(alias)) {
108
Cert
.remove(alias);
123
public void engineSetCertificateEntry(String alias, Certificate
cert
)
[
all
...]
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyStore.java
35
import java.security.
cert
.Certificate;
36
import java.security.
cert
.CertificateException;
49
private Hashtable<String, Object>
Cert
= new Hashtable<String, Object>();
79
if (
Cert
.containsKey(alias)) {
80
return (Certificate)
Cert
.get(alias);
94
if (
Cert
.containsKey(alias)) {
95
Cert
.remove(alias);
109
if (
Cert
.containsKey(alias)) {
110
Cert
.remove(alias);
125
public void engineSetCertificateEntry(String alias, Certificate
cert
)
[
all
...]
/development/tools/
make_key
24
Creates <name>.pk8 key and <name>.x509.pem
cert
.
Cert
contains the
36
# Use named pipes to connect get the raw RSA private key to the
cert
-
/external/chromium_org/net/quic/crypto/
common_cert_set_1_50.inc
336
Netscape
Cert
Type:
[
all
...]
Completed in 192 milliseconds