HomeSort by relevance Sort by last modified time
    Searched full:certificate (Results 326 - 350 of 2776) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/crypto/x509/
example_test.go 20 -----BEGIN CERTIFICATE-----
43 -----END CERTIFICATE-----`
46 -----BEGIN CERTIFICATE-----
67 -----END CERTIFICATE-----`
75 panic("failed to parse root certificate")
80 panic("failed to parse certificate PEM")
84 panic("failed to parse certificate: " + err.Error())
93 panic("failed to verify certificate: " + err.Error())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
https_svn_python_org_root.pem 1 -----BEGIN CERTIFICATE-----
41 -----END CERTIFICATE-----
keycert.pem 17 -----BEGIN CERTIFICATE-----
31 -----END CERTIFICATE-----
wrongcert.pem 16 -----BEGIN CERTIFICATE-----
32 -----END CERTIFICATE-----
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
https_svn_python_org_root.pem 1 -----BEGIN CERTIFICATE-----
41 -----END CERTIFICATE-----
keycert.pem 17 -----BEGIN CERTIFICATE-----
31 -----END CERTIFICATE-----
wrongcert.pem 16 -----BEGIN CERTIFICATE-----
32 -----END CERTIFICATE-----
  /tools/apksig/src/test/resources/com/android/apksig/
dsa-3072.x509.pem 1 -----BEGIN CERTIFICATE-----
34 -----END CERTIFICATE-----
rsa-4096.x509.pem 1 -----BEGIN CERTIFICATE-----
29 -----END CERTIFICATE-----
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
ImageAuthentication.h 109 /// The SHA256 hash of an X.509 certificate's To-Be-Signed contents.
113 /// The time that the certificate shall be considered to be revoked.
120 /// The SHA384 hash of an X.509 certificate's To-Be-Signed contents.
124 /// The time that the certificate shall be considered to be revoked.
131 /// The SHA512 hash of an X.509 certificate's To-Be-Signed contents.
135 /// The time that the certificate shall be considered to be revoked.
194 /// This identifies a signature based on an X.509 certificate. If the signature is an X.509
195 /// certificate then verification of the signature of an image should validate the public
196 /// key certificate in the image using certificate path verification, up to this X.509
    [all...]
  /external/webrtc/webrtc/base/
opensslidentity.cc 36 // Random bits for certificate serial number
39 // Certificate validity lifetime
41 // Certificate validity window.
92 // Generate a self-signed certificate, with the public key from the
95 LOG(LS_INFO) << "Making certificate for " << params.common_name;
121 // (through the secure XMPP channel), and so the certificate
123 // arbitrary common_name. Note that this certificate goes out in
143 LOG(LS_INFO) << "Returning certificate";
191 // Print a certificate to the log, for debugging.
216 LogSSLErrors("Generating certificate");
406 OpenSSLCertificate* certificate = local
461 const OpenSSLCertificate& OpenSSLIdentity::certificate() const { function in class:rtc::OpenSSLIdentity
    [all...]
  /frameworks/base/keystore/java/android/security/
Credentials.java 37 import java.security.cert.Certificate;
92 * Intent extra: install the certificate bundle as this UID instead of
108 * Intent extra: name for the user's certificate.
113 * Intent extra: data for the user's certificate in PEM-encoded X.509.
118 * Intent extra: name for CA certificate chain
123 * Intent extra: data for CA certificate chain in PEM-encoded X.509.
131 public static byte[] convertToPem(Certificate... objects)
136 for (Certificate o : objects) {
137 pw.writeObject(new PemObject("CERTIFICATE", o.getEncoded()));
158 if (o.getType().equals("CERTIFICATE")) {
    [all...]
  /bootable/recovery/
verifier.h 40 struct Certificate {
46 Certificate(int hash_len_,
68 int verify_file(const unsigned char* addr, size_t length, const std::vector<Certificate>& keys,
71 bool load_keys(const char* filename, std::vector<Certificate>& certs);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SimRestrictedApisTest.java 42 * a SecurityException since the test apk is not signed by a certificate on the SIM.
57 * signed by a certificate on the SIM.
72 * not signed by the certificate on the SIM.
87 * by certificate on the SIM.
102 * by certificate on the SIM.
117 * signed by a certificate on the SIM.
132 * signed by a certificate on the SIM.
147 * by certificate on the SIM.
161 * expects a SecurityException since the test apk is not signed by a certificate on the SIM.
175 * expects a SecurityException since the test apk is not signed by a certificate on the SIM
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertStoreCollectionSpi.java 10 import java.security.cert.Certificate;
47 if (obj instanceof Certificate)
59 if ((obj instanceof Certificate) && selector.match((Certificate)obj))
  /external/curl/docs/cmdline-opts/
crlfile.d 7 Provide a file using PEM format with a Certificate Revocation List that may
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample 13 # racoon will look for certificate file in the directory,
14 # if the certificate/certificate request payload is received.
15 #path certificate "/usr/local/openssl/certs" ;
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 1 path certificate "/etc/openssl/certs";
racoon.conf-radius 1 path certificate "/etc/openssl/certs";
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
CertificatePinning.java 23 import java.security.cert.Certificate;
47 for (Certificate certificate : response.handshake().peerCertificates()) {
48 System.out.println(CertificatePinner.pin(certificate));
  /external/syslinux/gpxe/src/include/gpxe/
x509.h 38 extern int x509_rsa_public_key ( const struct asn1_cursor *certificate,
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCRL.java 26 import java.security.cert.Certificate;
52 * @param cert <code>Certificate</code> to be checked
54 * @see java.security.cert.CRL#isRevoked(java.security.cert.Certificate)
56 public boolean isRevoked(Certificate cert) {
  /packages/apps/Email/res/values-ldrtl/
styles-ldrtl.xml 19 <!-- Client certificate UI -->
20 <!-- Client certificate 'select' button, see also styles.xml -->
28 <!-- Client certificate title, see also styles.xml -->
34 <!-- Client certificate alias, see also styles-ldrtl.xml -->
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_bsd.go 9 // Possible certificate files; stop after finding one.
root_solaris.go 7 // Possible certificate files; stop after finding one.

Completed in 3610 milliseconds

<<11121314151617181920>>