/external/curl/tests/certs/ |
Server-localhost-sv.csr | 1 -----BEGIN CERTIFICATE REQUEST----- 11 -----END CERTIFICATE REQUEST-----
|
Server-localhost.nn-sv.csr | 1 -----BEGIN CERTIFICATE REQUEST----- 11 -----END CERTIFICATE REQUEST-----
|
Server-localhost0h-sv.csr | 1 -----BEGIN CERTIFICATE REQUEST----- 11 -----END CERTIFICATE REQUEST-----
|
/external/libmicrohttpd/src/testcurl/https/ |
host1.crt | 1 -----BEGIN CERTIFICATE----- 15 -----END CERTIFICATE-----
|
host2.crt | 1 -----BEGIN CERTIFICATE----- 15 -----END CERTIFICATE-----
|
/external/python/cpython2/Lib/test/capath/ |
0e4015b9.0 | 1 -----BEGIN CERTIFICATE----- 16 -----END CERTIFICATE-----
|
4e1295a3.0 | 1 -----BEGIN CERTIFICATE----- 14 -----END CERTIFICATE-----
|
6e88d7b8.0 | 1 -----BEGIN CERTIFICATE----- 14 -----END CERTIFICATE-----
|
ce7b8643.0 | 1 -----BEGIN CERTIFICATE----- 16 -----END CERTIFICATE-----
|
/external/python/cpython2/Lib/test/ |
selfsigned_pythontestdotnet.pem | 1 -----BEGIN CERTIFICATE----- 16 -----END CERTIFICATE-----
|
ssl_cert.pem | 1 -----BEGIN CERTIFICATE----- 15 -----END CERTIFICATE-----
|
/external/vboot_reference/tests/testkeys/ |
key_rsa1024.crt | 1 -----BEGIN CERTIFICATE----- 17 -----END CERTIFICATE-----
|
/frameworks/base/core/java/android/net/http/ |
SslError.java | 23 * certificate. 32 * The certificate is not yet valid 36 * The certificate has expired 44 * The certificate authority is not trusted 48 * The date of the certificate is invalid 73 * The SSL certificate associated with the error set 83 * Creates a new SslError object using the supplied error and certificate. 86 * @param certificate The associated SSL certificate 90 public SslError(int error, SslCertificate certificate) { [all...] |
/frameworks/base/core/tests/coretests/certs/ |
keyset_A.x509.pem | 1 -----BEGIN CERTIFICATE----- 18 -----END CERTIFICATE-----
|
keyset_B.x509.pem | 1 -----BEGIN CERTIFICATE----- 10 -----END CERTIFICATE-----
|
/libcore/support/src/test/java/tests/resources/ |
test.cert | 1 -----BEGIN CERTIFICATE----- 17 -----END CERTIFICATE-----
|
/libcore/support/src/test/java/tests/resources/x509/ |
cacert.pem | 1 -----BEGIN CERTIFICATE----- 19 -----END CERTIFICATE-----
|
/tools/apksig/src/test/resources/com/android/apksig/ |
ec-p256.x509.pem | 1 -----BEGIN CERTIFICATE----- 10 -----END CERTIFICATE-----
|
ec-p384.x509.pem | 1 -----BEGIN CERTIFICATE----- 11 -----END CERTIFICATE-----
|
ec-p521.x509.pem | 1 -----BEGIN CERTIFICATE----- 13 -----END CERTIFICATE-----
|
rsa-1024.x509.pem | 1 -----BEGIN CERTIFICATE----- 13 -----END CERTIFICATE-----
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
PKIXAttrCertChecker.java | 13 * Returns an immutable <code>Set</code> of X.509 attribute certificate 20 * All X.509 attribute certificate extensions that a 32 * Performs checks on the specified attribute certificate. Every handled 36 * @param attrCert The attribute certificate to be checked. 37 * @param certPath The certificate path which belongs to the attribute 38 * certificate issuer public key certificate. 39 * @param holderCertPath The certificate path which belongs to the holder 40 * certificate. 43 * @throws CertPathValidatorException if the specified attribute certificate [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
X509v3CertificateBuilder.java | 11 import org.bouncycastle.asn1.x509.Certificate; 21 * class to produce an X.509 Version 3 certificate. 29 * Create a builder for a version 3 certificate. 31 * @param issuer the certificate issuer 32 * @param serial the certificate serial number 33 * @param notBefore the date before which the certificate is not valid 34 * @param notAfter the date after which the certificate is not valid 35 * @param subject the certificate subject 36 * @param publicKeyInfo the info structure for the public key to be associated with this certificate. 44 * Create a builder for a version 3 certificate. You may need to use this constructor if the default local [all...] |
/external/syslinux/gpxe/src/crypto/ |
x509.c | 41 * Identify X.509 certificate public key 43 * @v certificate Certificate 48 static int x509_public_key ( const struct asn1_cursor *certificate, 55 memcpy ( &cursor, certificate, sizeof ( cursor ) ); 56 rc = ( asn1_enter ( &cursor, ASN1_SEQUENCE ), /* Certificate */ 67 DBG_HDA ( 0, certificate->data, certificate->len ); 76 DBG_HDA ( 0, certificate->data, certificate->len ) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/ |
ISISMTTObjectIdentifiers.java | 18 * The id-isismtt-cp-accredited OID indicates that the certificate is a 19 * qualified certificate according to Directive 1999/93/EC of the European 33 * Certificate extensionDate of certificate generation 42 * Attribute to indicate that the certificate holder may sign in the name of 43 * a third person. May also be used as extension in a certificate. 51 * attribute in attribute certificate or as extension in a certificate 70 * certificate or as extension in a certificate [all...] |