/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSocketTest.java | 53 import java.security.cert.Certificate; 451 Certificate[] localCertificates = server.getSession().getLocalCertificates(); 466 Certificate[] peerCertificates = client.getSession().getPeerCertificates(); 630 Certificate[] localCertificates = event.getLocalCertificates(); 631 Certificate[] peerCertificates = event.getPeerCertificates(); [all...] |
/bootable/recovery/ |
install.cpp | 695 std::vector<Certificate> loadedKeys;
|
/external/pdfium/xfa/fxfa/ |
fxfa_basic.h | 871 Certificate,
|
/frameworks/base/core/java/android/app/admin/ |
DevicePolicyManager.java | 76 import java.security.cert.Certificate; [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageParser.java | 114 import java.security.cert.Certificate; 481 public final Certificate[][] certificates; 492 Certificate[][] certificates, boolean coreApp, boolean debuggable, [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStore4Test.java | 25 import java.security.cert.Certificate;
|
/prebuilts/android-emulator/darwin-x86_64/lib/ |
ca-bundle.pem | 4 ## Certificate data from Mozilla as of: Mon Apr 27 08:58:04 2015 6 ## This is a bundle of X.509 certificates of public Certificate Authorities 23 -----BEGIN CERTIFICATE----- 39 -----END CERTIFICATE----- 43 -----BEGIN CERTIFICATE----- 60 -----END CERTIFICATE----- 64 -----BEGIN CERTIFICATE----- 82 -----END CERTIFICATE----- 86 -----BEGIN CERTIFICATE----- 106 -----END CERTIFICATE---- [all...] |
/prebuilts/android-emulator/linux-x86_64/lib/ |
ca-bundle.pem | 4 ## Certificate data from Mozilla as of: Mon Apr 27 08:58:04 2015 6 ## This is a bundle of X.509 certificates of public Certificate Authorities 23 -----BEGIN CERTIFICATE----- 39 -----END CERTIFICATE----- 43 -----BEGIN CERTIFICATE----- 60 -----END CERTIFICATE----- 64 -----BEGIN CERTIFICATE----- 82 -----END CERTIFICATE----- 86 -----BEGIN CERTIFICATE----- 106 -----END CERTIFICATE---- [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
X509CertImpl.java | 33 import java.security.cert.Certificate; 43 * The X509CertImpl class represents an X.509 certificate. These certificates 51 * <P>These certificates are managed and vouched for by <em>Certificate 121 // Certificate data, and its envelope 152 * the signature of this certificate. Null if the certificate has not 158 * successfully verify the signature of this certificate, or the 175 * Unmarshals a certificate from its encoded form, parsing the 177 * need to examine and use certificate contents. That is, this is 179 * must include only a certificate, and no "garbage" may be left a [all...] |
/prebuilts/go/darwin-x86/src/encoding/asn1/ |
asn1_test.go | 511 type Certificate struct { 550 // This is a minimal, self-signed certificate that should parse correctly. 551 var cert Certificate 561 // This is the paypal NUL-hack certificate. It should fail to parse because 564 var cert Certificate 628 var derEncodedSelfSignedCert = Certificate{ [all...] |
/prebuilts/go/darwin-x86/src/net/http/httptest/ |
server.go | 125 s.TLS.Certificates = []tls.Certificate{cert}
|
/prebuilts/go/linux-x86/src/encoding/asn1/ |
asn1_test.go | 511 type Certificate struct { 550 // This is a minimal, self-signed certificate that should parse correctly. 551 var cert Certificate 561 // This is the paypal NUL-hack certificate. It should fail to parse because 564 var cert Certificate 628 var derEncodedSelfSignedCert = Certificate{ [all...] |
/prebuilts/go/linux-x86/src/net/http/httptest/ |
server.go | 125 s.TLS.Certificates = []tls.Certificate{cert}
|
/external/boringssl/src/ssl/test/runner/ |
handshake_server.go | 37 cert *Certificate 787 // Request a client certificate 798 // the client that it may send any certificate in response 801 // an appropriate certificate to give to us. 813 for i, certData := range hs.cert.Certificate { 910 // from the client certificate are sent over these keys. 939 // If we requested a client certificate, then the client must send a 940 // certificate message, even if it's empty. 955 // The client didn't actually send a certificate 959 return errors.New("tls: client didn't provide a certificate") [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
Payload.c | 270 @param[in] InCert Pointer to the Certificate which distinguished name
272 @param[in] CertSize Size of the Certificate.
576 Generate a Authentication Payload for Certificate Auth method.
[all...] |
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
ResponseCacheTest.java | 52 import java.security.cert.Certificate; 272 List<Certificate> localCerts = toListOrNull(c1.getLocalCertificates()); 273 List<Certificate> serverCerts = toListOrNull(c1.getServerCertificates()); [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
CacheTest.java | 34 import java.security.cert.Certificate; 263 List<Certificate> localCerts = response1.handshake().localCertificates(); 264 List<Certificate> serverCerts = response1.handshake().peerCertificates(); [all...] |
CallTest.java | 44 import java.security.cert.Certificate; [all...] |
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
UrlConnectionCacheTest.java | 41 import java.security.cert.Certificate; 261 List<Certificate> localCerts = toListOrNull(c1.getLocalCertificates()); 262 List<Certificate> serverCerts = toListOrNull(c1.getServerCertificates()); [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/ |
DxeImageVerificationLib.c | 361 // But CheckSum field and SECURITY data directory (certificate) are excluded
715 Create signature list based on input signature data and certificate type GUID. Caller is reposible
720 @param[in] CertType Certificate Type.
883 Check whether the hash of an given X.509 certificate is in forbidden database (DBX).
885 @param[in] Certificate Pointer to X.509 Certificate that is searched for.
886 @param[in] CertSize Size of X.509 Certificate.
889 @param[out] RevocationTime Return the time that the certificate was revoked.
891 @return TRUE The certificate hash is found in the forbidden database.
892 @return FALSE The certificate hash is not found in the forbidden database. [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageInstallerSession.java | 109 import java.security.cert.Certificate; 231 private Certificate[][] mCertificates; 773 // This currently only ensures packageName, versionCode, and certificate [all...] |
/libcore/luni/src/test/java/libcore/java/security/cert/ |
X509CertificateTest.java | 41 import java.security.cert.Certificate; 400 * The certificate validity periods in the test certificate MUST lie 543 /* This certificate has no unique ID. */ 547 // TODO: generate certificate that has a SubjectUniqueID field. 551 /* This certificate has no unique ID. */ 555 // TODO: generate certificate that has a IssuerUniqueID field. 607 /* The test certificate is sha1WithRSAEncryption */ 613 /* The test certificate is sha1WithRSAEncryption */ 619 /* The test certificate is sha1WithRSAEncryption * [all...] |
/libcore/ojluni/src/main/java/java/security/cert/ |
X509CertSelector.java | 65 * distinguished name and each issue a certificate with the same serial 70 * Internet X.509 Public Key Infrastructure Certificate and CRL Profile</a> for 71 * definitions of the X.509 certificate extensions mentioned below. 167 * match a single certificate. Although other criteria can be specified 181 * must match the certificate serial number in the 182 * {@code X509Certificate}. If {@code null}, any certificate 185 * @param serial the certificate serial number to match 420 * in the issuer's certificate. Note, however, that the result of 422 * Identifier>)} on the issuer's certificate may NOT be used 427 * In order to use the extension value of the issuer certificate' [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
SecureBootConfigImpl.c | 90 // Possible DER-encoded certificate file suffixes, end with NULL pointer.
101 This code checks if the FileSuffix is one of the possible DER-encoded certificate suffix.
103 @param[in] FileSuffix The suffix of the input certificate file
105 @retval TRUE It's a DER-encoded certificate.
106 @retval FALSE It's NOT a DER-encoded certificate.
188 // variable. So we create EFI_VARIABLE_AUTHENTICATED_2 descriptor without certificate
312 Generate the PK signature list from the X509 Certificate storing file (.cer)
314 @param[in] X509File FileHandle of X509 Certificate storing file.
343 // Allocate space for PK certificate list and initialize it.
366 // Fill the PK database with PKpub data from X509 certificate file. [all...] |
/prebuilts/go/darwin-x86/src/net/smtp/ |
smtp_test.go | 694 config := &tls.Config{Certificates: []tls.Certificate{keypair}} 758 var localhostCert = []byte(`-----BEGIN CERTIFICATE----- 768 -----END CERTIFICATE-----`)
|