HomeSort by relevance Sort by last modified time
    Searched full:trusted (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /libcore/luni/src/main/java/javax/net/ssl/
X509TrustManager.java 31 * be validated and is trusted for client authentication for the specified
39 * if the certificate chain can't be validated or isn't trusted.
51 * be validated and is trusted for server authentication for the specified
59 * if the certificate chain can't be validated or isn't trusted.
69 * Returns the list of certificate issuer authorities which are trusted for
72 * @return the list of certificate issuer authorities which are trusted for
  /libcore/luni/src/main/java/java/security/cert/
TrustAnchor.java 32 * It is a <i>trusted</i> certificate authority (CA) and includes the public key
38 // Most trusted CA as a X500Principal
40 // Most trusted CA name
42 // Most trusted CA public key
44 // Most trusted CA certificate
57 * the trusted certificate
189 * Returns the certificate of this <i>trusted</i> certificate authority.
240 sb.append("Trusted CA certificate: ");
245 sb.append("Trusted CA Name: ");
250 sb.append("Trusted CA Public Key: ")
    [all...]
PKIXBuilderParameters.java 31 * The parameters must be created with <i>trusted</i> certificate authorities
63 * Creates a new {@code PKIXBuilderParameters} instance with the trusted
67 * the key store containing trusted certificates.
73 * if {@code keyStore} does not contained any trusted
PKIXCertPathChecker.java 38 * checking (from trusted CA to target) and <u>may</u> support forward checking
39 * (from target to trusted CA). The return value of {@code
69 * (from target to trusted CA), {@code false} if processed in
70 * reverse direction (from trusted CA to target).
  /bionic/libc/kernel/common/linux/
xattr.h 27 #define XATTR_TRUSTED_PREFIX "trusted."
  /development/ndk/platforms/android-3/include/linux/
xattr.h 27 #define XATTR_TRUSTED_PREFIX "trusted."
  /frameworks/base/core/java/android/app/
OnActivityPausedListener.java 21 * it should not be trusted to represent the exact current state, but can be used as a hint
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
xattr.h 27 #define XATTR_TRUSTED_PREFIX "trusted."
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
xattr.h 27 #define XATTR_TRUSTED_PREFIX "trusted."
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
xattr.h 27 #define XATTR_TRUSTED_PREFIX "trusted."
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
xattr.h 27 #define XATTR_TRUSTED_PREFIX "trusted."
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
xattr.h 27 #define XATTR_TRUSTED_PREFIX "trusted."
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
xattr.h 27 #define XATTR_TRUSTED_PREFIX "trusted."
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustManagerImpl.java 67 Set<TrustAnchor> trusted = new HashSet<TrustAnchor>(); local
72 trusted.add(new TrustAnchor(cert, nameConstrains));
75 params = new PKIXParameters(trusted);
196 byte[] trusted = trustAnchor.getTrustedCert()
198 if (Arrays.equals(questionable, trusted)) {
  /external/chromium/net/socket/
ssl_test_util.h 50 // not trusted.
73 // Issuer name of the root cert that should be trusted for the test to work.
99 // Returns false if our test root certificate is not trusted.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PPreferredIdentityHeader.java 41 * . is used from a user agent to a trusted proxy to carry the identity the
43 * field value that the trusted element will insert.
  /external/openssl/apps/
verify.c 86 STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
138 else if (strcmp(*argv,"-trusted") == 0)
211 trusted = load_certs(bio_err, trustfile, FORMAT_PEM,
212 NULL, e, "trusted certificates");
213 if(!trusted)
225 if (argc < 1) check(cert_ctx, NULL, untrusted, trusted, crls, e);
228 check(cert_ctx,argv[i], untrusted, trusted, crls, e);
248 sk_X509_pop_free(trusted, X509_free);
  /external/wpa_supplicant/
x509v3.h 101 int x509_certificate_chain_validate(struct x509_certificate *trusted,
133 x509_certificate_chain_validate(struct x509_certificate *trusted,
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.h 101 int x509_certificate_chain_validate(struct x509_certificate *trusted,
133 x509_certificate_chain_validate(struct x509_certificate *trusted,
  /external/bluetooth/bluez/test/
test-device 38 print " trusted <address> [yes/no]"
126 if (args[0] == "trusted"):
135 print properties["Trusted"]
143 device.SetProperty("Trusted", value)
  /external/kernel-headers/original/linux/
pn544.h 2 * Copyright (C) 2010 Trusted Logic S.A.
xattr.h 26 #define XATTR_TRUSTED_PREFIX "trusted."
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.h 21 * Project: Trusted NFC Linux
phDal4Nfc_link.h 21 * Project: Trusted NFC Linux Lignt
phDal4Nfc_uart.h 21 * Project: Trusted NFC Linux Lignt

Completed in 333 milliseconds

1 2 3 4 5 6 7