/external/conscrypt/openjdk/src/test/resources/ |
README | 2 - ca-cert.pem: Root CA certificate 4 - ct-server-key-public.pem: Public Key of a test Certificate Transparency log 6 - cert.pem / cert-key.pem: Certificate issued by ca-cert.pem, and its private key 8 - cert-ct-poisoned.pem: Same certificate as cert.pem, but with an extra CT Poison extension 10 - cert-ct-embedded.pem: Same certificate as cert.pem, but with an embedded signed certificate 17 signed by the test CT log, but for another certificate
|
blacklist_test_chain.pem | 1 -----BEGIN CERTIFICATE----- 17 -----END CERTIFICATE----- 18 -----BEGIN CERTIFICATE----- 35 -----END CERTIFICATE-----
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Certificate.java | 14 * Certificate ::= SEQUENCE { 21 public class Certificate 29 public static Certificate getInstance( 36 public static Certificate getInstance( 39 if (obj instanceof Certificate) 41 return (Certificate)obj; 45 return new Certificate(ASN1Sequence.getInstance(obj)); 51 private Certificate( 68 throw new IllegalArgumentException("sequence wrong size for a certificate");
|
/external/python/cpython2/Lib/test/ |
nokia.pem | 0 # Certificate for projects.developer.nokia.com:443 (see issue 13034) 2 -----BEGIN CERTIFICATE----- 31 -----END CERTIFICATE-----
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
nokia.pem | 0 # Certificate for projects.developer.nokia.com:443 (see issue 13034) 2 -----BEGIN CERTIFICATE----- 31 -----END CERTIFICATE-----
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
nokia.pem | 0 # Certificate for projects.developer.nokia.com:443 (see issue 13034) 2 -----BEGIN CERTIFICATE----- 31 -----END CERTIFICATE-----
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
nokia.pem | 0 # Certificate for projects.developer.nokia.com:443 (see issue 13034) 2 -----BEGIN CERTIFICATE----- 31 -----END CERTIFICATE-----
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
nokia.pem | 0 # Certificate for projects.developer.nokia.com:443 (see issue 13034) 2 -----BEGIN CERTIFICATE----- 31 -----END CERTIFICATE-----
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
X509CertificateHolder.java | 14 import org.bouncycastle.asn1.x509.Certificate; 24 * Holding class for an X.509 Certificate structure. 29 private Certificate x509Certificate; 32 private static Certificate parseBytes(byte[] certEncoding) 37 return Certificate.getInstance(CertUtils.parseNonEmptyASN1(certEncoding)); 52 * @param certEncoding BER/DER encoding of the certificate. 64 * @param x509Certificate an ASN.1 Certificate structure. 66 public X509CertificateHolder(Certificate x509Certificate) 86 * Return whether or not the holder's certificate contains extensions. 113 * Return the extensions block associated with this certificate if there is one [all...] |
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
BuildStep.java | 32 * <code>Vertex</code> state description, a certificate, a possible throwable, 47 * result code associated with a certificate that may continue a path from 48 * the current certificate. 53 * result code associated with a certificate that was tried, but that 54 * represents an unsuccessful path, so the certificate has been backed out 60 * result code associated with a certificate that successfully continues the 66 * result code associated with a certificate that represents the end of the 72 * result code associated with a certificate that represents the end of a 103 * return the certificate associated with this build step 112 * return string form of issuer name from certificate associated with thi [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/ |
AuthorityKeyIdentifierStructure.java | 63 X509Certificate certificate) 68 if (certificate.getVersion() != 3) 70 GeneralName genName = new GeneralName(PrincipalUtil.getIssuerX509Principal(certificate)); 71 SubjectPublicKeyInfo info = SubjectPublicKeyInfo.getInstance(certificate.getPublicKey().getEncoded()); 74 info, new GeneralNames(genName), certificate.getSerialNumber()).toASN1Primitive(); 78 GeneralName genName = new GeneralName(PrincipalUtil.getIssuerX509Principal(certificate)); 80 byte[] ext = certificate.getExtensionValue(Extension.subjectKeyIdentifier.getId()); 87 str.getOctets(), new GeneralNames(genName), certificate.getSerialNumber()).toASN1Primitive(); 91 SubjectPublicKeyInfo info = SubjectPublicKeyInfo.getInstance(certificate.getPublicKey().getEncoded()); 94 info, new GeneralNames(genName), certificate.getSerialNumber()).toASN1Primitive() [all...] |
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
CryptX509.c | 2 X.509 Certificate Handler Wrapper Implementation over OpenSSL.
20 Construct a X509 object from DER-encoded certificate data.
25 @param[in] Cert Pointer to the DER-encoded certificate data.
26 @param[in] CertSize The size of certificate data in bytes.
52 // Read DER-encoded X509 Certificate and Construct X509 object.
66 Construct a X509 stack object from a list of DER-encoded certificate data.
72 inserted X509 certificate.
73 @param ... A list of DER-encoded single certificate data followed
74 by certificate size. A NULL terminates the list. The
133 // Construct X509 Object from the given DER-encoded certificate data. [all...] |
CryptX509Null.c | 2 X.509 Certificate Handler Wrapper Implementation which does not provide
19 Construct a X509 object from DER-encoded certificate data.
23 @param[in] Cert Pointer to the DER-encoded certificate data.
24 @param[in] CertSize The size of certificate data in bytes.
43 Construct a X509 stack object from a list of DER-encoded certificate data.
49 inserted X509 certificate.
50 @param ... A list of DER-encoded single certificate data followed
51 by certificate size. A NULL terminates the list. The
103 Retrieve the subject bytes from one X.509 certificate.
107 @param[in] Cert Pointer to the DER-encoded X509 certificate. [all...] |
/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/res/raw/ |
valid_chain.pem | 1 -----BEGIN CERTIFICATE----- 17 -----END CERTIFICATE----- 18 -----BEGIN CERTIFICATE----- 35 -----END CERTIFICATE-----
|
/cts/tests/tests/networksecurityconfig/networksecurityconfig-resourcesrc/res/raw/ |
pem_multiple.pem | 1 -----BEGIN CERTIFICATE----- 17 -----END CERTIFICATE----- 18 -----BEGIN CERTIFICATE----- 34 -----END CERTIFICATE-----
|
/cts/tests/tests/security/res/raw/ |
blacklist_test_chain.pem | 1 -----BEGIN CERTIFICATE----- 17 -----END CERTIFICATE----- 18 -----BEGIN CERTIFICATE----- 35 -----END CERTIFICATE-----
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/ |
CryptX509Null.c | 2 X.509 Certificate Handler Wrapper Implementation which does not provide
19 Construct a X509 object from DER-encoded certificate data.
23 @param[in] Cert Pointer to the DER-encoded certificate data.
24 @param[in] CertSize The size of certificate data in bytes.
43 Construct a X509 stack object from a list of DER-encoded certificate data.
49 inserted X509 certificate.
50 @param ... A list of DER-encoded single certificate data followed
51 by certificate size. A NULL terminates the list. The
103 Retrieve the subject bytes from one X.509 certificate.
107 @param[in] Cert Pointer to the DER-encoded X509 certificate. [all...] |
/external/autotest/client/site_tests/network_DestinationVerification/ |
control | 13 Tests that we can validate a ChromeCast device by its certificate. This test 15 certificate or validates an invalid certificate. This checks the ways that 17 correct key/certificate formats.
|
/external/boringssl/src/ssl/test/runner/ |
rsa_chain_cert.pem | 1 -----BEGIN CERTIFICATE----- 18 -----END CERTIFICATE----- 19 -----BEGIN CERTIFICATE----- 35 -----END CERTIFICATE-----
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/jcajce/ |
package.html | 5 JCA extensions to the OCSP online certificate status package.
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
ContentVerifierProvider.java | 12 * Return whether or not this verifier has a certificate associated with it. 14 * @return true if there is an associated certificate, false otherwise. 19 * Return the associated certificate if there is one. 21 * @return a holder containing the associated certificate if there is one, null if there is not.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
PKIXCertStore.java | 3 import java.security.cert.Certificate; 11 * Generic interface for a PKIX based certificate store. 13 * @param <T> the certificate type. 15 public interface PKIXCertStore<T extends Certificate>
|
/external/curl/tests/data/ |
test1397 | 20 Check wildcard certificate matching function Curl_cert_hostcheck
|
/frameworks/base/tests/NetworkSecurityConfigTest/res/raw/ |
ca_certs_pem.pem | 1 -----BEGIN CERTIFICATE----- 21 -----END CERTIFICATE----- 22 -----BEGIN CERTIFICATE----- 35 -----END CERTIFICATE-----
|
/libcore/ojluni/src/main/java/java/security/ |
Certificate.java | 34 * An identity certificate is a guarantee by a principal that 42 * share general certificate functionality (the need to encode and 47 * implementation of PGP certificates can both utilize the Certificate 53 * semantics of its own. In particular, a Certificate object does not 56 * the certificate and satisfy itself of its validity. 59 * @deprecated A new certificate handling package is created in the Java platform. 60 * This Certificate interface is entirely deprecated and 63 * @see java.security.cert.Certificate 66 public interface Certificate { 69 * Returns the guarantor of the certificate, that is, the principa [all...] |