/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
PackageValidator.java | 38 * The list of allowed signing certificates and their corresponding package names is defined in 119 LogHelper.w(TAG, "The list of valid certificates is empty. Either your file ",
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
PackageValidator.java | 38 * The list of allowed signing certificates and their corresponding package names is defined in 119 LogHelper.w(TAG, "The list of valid certificates is empty. Either your file ",
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
PackageValidator.java | 38 * The list of allowed signing certificates and their corresponding package names is defined in 119 LogHelper.w(TAG, "The list of valid certificates is empty. Either your file ",
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactory3Test.java | 120 * Test for <code>generateCertPath(List certificates)</code> method 126 // create list of certificates with one certificate
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXBuilderParameters_ImplTest.java | 148 // pass KeyStore that does not contain trusted certificates 176 * Assertion: sets the maximum number of non-self-signed certificates
|
/external/boringssl/src/crypto/x509/ |
t_crl.c | 112 BIO_printf(out, "Revoked Certificates:\n"); 113 else BIO_printf(out, "No Revoked Certificates.\n");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
SignerInfo.java | 54 * -- {@link SignerIdentifier} referenced certificates are at containing 55 * -- {@link SignedData} certificates element.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXCertPathBuilderSpi.java | 94 // search target certificates 118 // check all potential target certificates
|
CertPathValidatorUtilities.java | 638 * Return a Collection of all certificates or attribute certificates found 642 * the certificates 644 * are used to search for certificates. 670 // "Problem while picking certificates from X.509 store.", e); 685 "Problem while picking certificates from certificate store.", [all...] |
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLX509CertPath.java | 81 protected OpenSSLX509CertPath(List<? extends X509Certificate> certificates) { 84 mCertificates = certificates;
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
CertPinManager.java | 62 * certificate chain includes certificates from the pinned list iff the 65 * <p>If {@code chain} doesn't include those certificates and enforcing
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/ |
CsrUtil.java | 25 * Utility class to generate X509 Root Certificates and Issue X509 Certificates signed by a root
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
RecordedRequest.java | 212 * Returns the SSL connection's local certificates retrieved using 230 * Returns the SSL connection's peer certificates retrieved using
|
/libcore/luni/src/main/java/java/security/ |
SecureClassLoader.java | 88 * contains classes which were signed by different certificates, 112 * contains classes which were signed by different certificates,
|
KeyStoreSpi.java | 105 * not contain any certificates. 230 * if the an exception occurred while storing the certificates 248 * if the an exception occurred while storing the certificates 273 * if the an exception occurred while loading the certificates 291 * if the an exception occurred while loading the certificates
|
/libcore/luni/src/main/java/java/util/jar/ |
JarEntry.java | 119 * together in one array. To know which certificates were tied to the 167 * None of the certificates in the the {@link CertPath} returned from
|
JarVerifier.java | 71 private final Hashtable<String, Certificate[]> certificates = field in class:JarVerifier 164 * which contains the certificates used to sign the entry and its hash value 195 Certificate[] certChain = certificates.get(signatureFile); 298 certificates.put(signatureFile, signerCertChain); 366 return certificates.size() > 0;
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertificateFactory3Test.java | 119 * Test for <code>generateCertPath(List certificates)</code> method 125 // create list of certificates with one certificate
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
EmailClientConnectionManager.java | 40 * A thread-safe client connection manager that manages the use of client certificates from the 88 * A {@link SchemeRegistry} is used to denote which client certificates to use for a given
|
/hardware/libhardware/include/hardware/ |
gps.h | 822 * A type definition for SHA1 Fingerprints used to identify X.509 Certificates 835 * Installs a set of Certificates used for SUPL connections to the AGPS server. 836 * If needed the HAL should find out internally any certificates that need to be removed to 837 * accommodate the certificates to install. 838 * The certificates installed represent a full set of valid certificates needed to connect to 840 * The list of certificates is required, and all must be available at the same time, when trying 844 * certificates - A pointer to an array of DER encoded certificates that are need to be 846 * length - The number of certificates to install [all...] |
/packages/apps/Settings/src/com/android/settings/ |
TrustedCredentialsSettings.java | 264 * Load the certificates. 276 * Adapter for expandable list view of certificates. Groups in the view correspond to profiles 277 * whereas children correspond to certificates. 716 List<X509Certificate> certificates = null; local 723 certificates = new ArrayList<X509Certificate>(n); 727 certificates.add(certificate); 734 for (X509Certificate certificate : certificates) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509Extensions.java | 192 * Audit identity extension in attribute certificates. 198 * NoRevAvail extension in attribute certificates. 204 * TargetInformation extension in attribute certificates.
|
/external/jetty/src/java/org/eclipse/jetty/util/security/ |
CertificateValidator.java | 46 * Convenience class to handle validation of certificates, aliases and keystores 271 * @return Maximum number of intermediate certificates in 282 * maximum number of intermediate certificates in
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
OkHostnameVerifier.java | 64 Certificate[] certificates = session.getPeerCertificates(); local 65 return verify(host, (X509Certificate) certificates[0]); 180 // yet absolute. This is needed because server certificates do not normally contain absolute
|
/libcore/luni/src/main/java/java/security/cert/ |
X509Certificate.java | 29 * Abstract base class for X.509 certificates. 32 * certificates. 117 * Returns the certificates {@code version} (version number).
|