/libcore/luni/src/test/java/tests/security/cert/ |
CertStore2Test.java | 216 Collection<? extends Certificate> certificates = certStore.getCertificates(null); local 217 assertNull(certificates); 223 Collection<? extends Certificate> certificates = certStore.getCertificates(new MyCertSelector()); local 224 assertNotNull(certificates); 225 assertTrue(certificates.isEmpty());
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JDKX509CertificateFactory.java | 30 * class for dealing with X509 certificates. 33 * base 64 encoded certs, as well as the BER binaries of certificates and some classes of PKCS#7 228 * Returns a (possibly empty) collection view of the certificates 359 List certificates) 362 Iterator iter = certificates.iterator(); 375 return new PKIXCertPath(certificates);
|
/external/webkit/Source/WebCore/platform/network/mac/ |
AuthenticationMac.mm | 263 certificates:(NSArray *)coreCredential.certificates() 356 return Credential(identity, (CFArrayRef)[macCredential certificates], persistence);
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSocketImpl.java | 169 * Initialize the SSL socket and set the certificates for the 180 * Initialize the SSL socket and set the certificates for the 302 // setup server certificates and private keys. 303 // clients will receive a call back to request certificates. 477 X509Certificate[] certificates = new X509Certificate[certificatesBytes.length]; local 480 certificates[i] = new X509CertImpl(certificatesBytes[i]); 485 return certificates; 496 X509Certificate[] certificates = sslParameters.getKeyManager().getCertificateChain(alias); local 497 if (certificates == null) { 502 byte[][] certificateBytes = NativeCrypto.encodeCertificates(certificates); [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
Identity2Test.java | 243 * java.security.Identity#certificates() 254 java.security.Certificate[] certs = sub.certificates(); 262 @AndroidOnly("Spec says: Removing unknown certificates throw an exception. " 263 + "The RI ignores unknown certificates.") 280 1, sub.certificates().length); 284 0, sub.certificates().length);
|
/libcore/luni/src/main/java/libcore/net/http/ |
HttpResponseCache.java | 337 * is the length of the peer certificate chain. These certificates are 340 * certificates are also base64-encoded and appear each on their own 462 private void writeCertArray(Writer writer, Certificate[] certificates) throws IOException { 463 if (certificates == null) { 468 writer.write(Integer.toString(certificates.length) + '\n'); 469 for (Certificate certificate : certificates) {
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Identity2Test.java | 212 * @tests java.security.Identity#certificates() 223 java.security.Certificate[] certs = sub.certificates(); 255 java.security.Certificate[] certs = sub.certificates();
|
/libcore/ |
Android.mk | 33 # Include the definitions for the Certificate Authority (CA) certificates
|
CaCerts.mk | 17 # Definitions for installing Certificate Authority (CA) certificates
|
/external/chromium/net/base/ |
x509_certificate.cc | 45 // The PEM block header used for DER certificates 257 // If an intermediate fails to load, it and any certificates after it 283 OSCertHandles certificates; local 306 // also be DER encoded certificates wrapped inside of PEM blocks. 308 certificates.push_back(handle); 316 for (size_t i = 0; certificates.empty() && 319 certificates = CreateOSCertHandlesFromBytes(decoded.c_str(), 326 // PEM-encoded DER certificates. The case of FORMAT_PEM_CERT_SEQUENCE 335 for (size_t i = 0; certificates.empty() && 338 certificates = CreateOSCertHandlesFromBytes(data, length [all...] |
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/ |
NativeCryptoTest.java | 89 * Lazily create shared test certificates. 555 private final byte[][] certificates; field in class:NativeCryptoTest.ServerHooks 556 public ServerHooks(byte[] privateKey, byte[][] certificates) { 558 this.certificates = certificates; 567 if (certificates != null) { 568 NativeCrypto.SSL_use_certificate(s, certificates); 573 fail("Server asked for client certificates"); [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertFactoryImpl.java | 49 * It supports CRLs and Certificates in (PEM) ASN.1 DER encoded form, 51 * For Certificates and CRLs factory maintains the caching 117 * Generates the collection of the certificates on the base of provided 177 // there were not read X.509 Certificates, so 197 // some Certificates have been read 417 public CertPath engineGenerateCertPath(List certificates) 419 return new X509CertPathImpl(certificates); [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
URLConnectionTest.java | [all...] |
/prebuilt/common/commons-compress/ |
commons-compress-1.0.jar | |
/prebuilt/common/ant/ |
ant.jar | |
/prebuilt/sdk/10/ |
android.jar | |
/prebuilt/sdk/11/ |
android.jar | |
/prebuilt/sdk/13/ |
android.jar | |
/prebuilt/sdk/5/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |
/prebuilt/sdk/8/ |
android.jar | |
/prebuilt/sdk/9/ |
android.jar | |
/external/dropbear/libtomcrypt/ |
crypt.tex | 131 does not process SSL or OpenPGP messages, it doesn't read X.509 certificates, or write PEM encoded data. It does, however, [all...] |