OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cert
(Results
501 - 525
of
832
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java
18
package tests.security.
cert
;
32
import java.security.
cert
.CertPath;
33
import java.security.
cert
.CertPathBuilder;
34
import java.security.
cert
.CertPathBuilderException;
35
import java.security.
cert
.CertificateEncodingException;
36
import java.security.
cert
.CertificateException;
37
import java.security.
cert
.CertificateExpiredException;
38
import java.security.
cert
.CertificateFactory;
39
import java.security.
cert
.CertificateNotYetValidException;
40
import java.security.
cert
.CertificateParsingException
1152
TestCert
cert
= new TestCert();
local
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/
Android.mk
27
# although not strictly necessary, sign this app with different
cert
than CtsAppWithData
/cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/
Android.mk
27
# sign this app with different
cert
than CtsTargetInstrumentationApp
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/
Android.mk
27
# sign this app with a different
cert
than CtsUsePermissionDiffCert
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/
Android.mk
27
# sign this app with a different
cert
than CtsUsePermissionDiffCert
/cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/
Android.mk
27
# sign this app with a different
cert
than CtsSharedUidInstallDiffCert
/cts/hostsidetests/appsecurity/test-apps/SharedUidInstallDiffCert/
Android.mk
27
# sign this app with a different
cert
than CtsSharedUidInstall
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/
Android.mk
27
# sign this app with a different
cert
than CtsSimpleAppInstallDiffCert
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstallDiffCert/
Android.mk
27
# sign this app with a different
cert
than CtsSimpleAppInstall
/cts/hostsidetests/appsecurity/test-apps/TargetInstrumentationApp/
Android.mk
27
# sign this app with different
cert
than CtsInstrumentationAppDiffCert
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/
Android.mk
27
# sign this app with a different
cert
than CtsPermissionDeclareApp
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CRLExceptionTest.java
22
package org.apache.harmony.security.tests.java.security.
cert
;
24
import java.security.
cert
.CRLException;
CertPathBuilderExceptionTest.java
22
package org.apache.harmony.security.tests.java.security.
cert
;
24
import java.security.
cert
.CertPathBuilderException;
CertStoreExceptionTest.java
22
package org.apache.harmony.security.tests.java.security.
cert
;
24
import java.security.
cert
.CertStoreException;
CertificateEncodingExceptionTest.java
22
package org.apache.harmony.security.tests.java.security.
cert
;
24
import java.security.
cert
.CertificateEncodingException;
CertificateExceptionTest.java
22
package org.apache.harmony.security.tests.java.security.
cert
;
24
import java.security.
cert
.CertificateException;
CertificateParsingExceptionTest.java
22
package org.apache.harmony.security.tests.java.security.
cert
;
24
import java.security.
cert
.CertificateParsingException;
PolicyQualifierInfoTest.java
21
package org.apache.harmony.security.tests.java.security.
cert
;
24
import java.security.
cert
.PolicyQualifierInfo;
/external/chromium/chrome/browser/
plugin_download_helper.cc
55
net::X509Certificate*
cert
) {
56
net::URLRequest::Delegate::OnSSLCertificateError(request, cert_error,
cert
);
/external/chromium/net/socket/
client_socket_pool_manager.h
153
virtual void OnUserCertAdded(const X509Certificate*
cert
);
154
virtual void OnCertTrustChanged(const X509Certificate*
cert
);
/external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleCurl.cpp
150
void ResourceHandle::setClientCertificate(const String& host, CFDataRef
cert
)
152
clientCerts().set(host.lower(),
cert
);
/external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.h
117
void reportSslCertError(WebUrlLoaderClient* client, int cert_error, const std::string&
cert
, const std::string& url);
122
void setCertificate(const std::string&
cert
);
/external/wpa_supplicant_8/src/crypto/
tls.h
52
const struct wpabuf *
cert
;
member in struct:tls_event_data::__anon16971
58
const struct wpabuf *
cert
;
member in struct:tls_event_data::__anon16972
/frameworks/base/packages/SystemUI/tests/
Android.mk
26
# sign this with platform
cert
, so this test is allowed to inject key events into
Completed in 398 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>