HomeSort by relevance Sort by last modified time
    Searched refs:Certificate (Results 351 - 375 of 422) sorted by null

<<11121314151617

  /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 519 type Certificate struct {
558 // This is a minimal, self-signed certificate that should parse correctly.
559 var cert Certificate
569 // This is the paypal NUL-hack certificate. It should fail to parse because
572 var cert Certificate
636 var derEncodedSelfSignedCert = Certificate{
    [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1_test.go 519 type Certificate struct {
558 // This is a minimal, self-signed certificate that should parse correctly.
559 var cert Certificate
569 // This is the paypal NUL-hack certificate. It should fail to parse because
572 var cert Certificate
636 var derEncodedSelfSignedCert = Certificate{
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_server.go 37 cert *Certificate
830 // Request a client certificate
843 // the client that it may send any certificate in response
846 // an appropriate certificate to give to us.
858 for i, certData := range hs.cert.Certificate {
959 // from the client certificate are sent over these keys.
989 // If we requested a client certificate, then the client must send a
990 // certificate message, even if it's empty.
1005 // The client didn't actually send a certificate
1009 return errors.New("tls: client didn't provide a certificate")
    [all...]
conn.go 24 var errNoCertificateAlert = errors.New("tls: no certificate alert")
49 sctList []byte // signed certificate timestamp list
50 peerCertificates []*x509.Certificate
51 // verifiedChains contains the certificate chains that we built, as
53 verifiedChains [][]*x509.Certificate
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c 292 @param[in] InCert Pointer to the Certificate which distinguished name
294 @param[in] CertSize Size of the Certificate.
620 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...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 41 import java.security.cert.Certificate;
423 * The certificate validity periods in the test certificate MUST lie
566 /* This certificate has no unique ID. */
570 // TODO: generate certificate that has a SubjectUniqueID field.
574 /* This certificate has no unique ID. */
578 // TODO: generate certificate that has a IssuerUniqueID field.
630 /* The test certificate is sha1WithRSAEncryption */
636 /* The test certificate is sha1WithRSAEncryption */
642 /* The test certificate is sha1WithRSAEncryption *
    [all...]
  /bootable/recovery/
install.cpp 708 std::vector<Certificate> loadedKeys;
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java 64 * distinguished name and each issue a certificate with the same serial
69 * Internet X.509 Public Key Infrastructure Certificate and CRL Profile</a> for
70 * definitions of the X.509 certificate extensions mentioned below.
166 * match a single certificate. Although other criteria can be specified
180 * must match the certificate serial number in the
181 * {@code X509Certificate}. If {@code null}, any certificate
184 * @param serial the certificate serial number to match
419 * in the issuer's certificate. Note, however, that the result of
421 * Identifier>)} on the issuer's certificate may NOT be used
426 * In order to use the extension value of the issuer certificate'
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 88 // 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/crypto/tls/
conn.go 50 scts [][]byte // signed certificate timestamps from server
51 peerCertificates []*x509.Certificate
52 // verifiedChains contains the certificate chains that we built, as
54 verifiedChains [][]*x509.Certificate
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
conn.go 50 scts [][]byte // signed certificate timestamps from server
51 peerCertificates []*x509.Certificate
52 // verifiedChains contains the certificate chains that we built, as
54 verifiedChains [][]*x509.Certificate
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_node_statics.cpp 573 {0xcfe0d643 /* certificate */, XFA_Element::Certificate},
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
CipherTest.java 42 import java.security.cert.Certificate;
1610 Certificate certificate = certificateWithKeyUsage(keyUsage); local
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java 55 import java.security.cert.Certificate;
189 X509Certificate certificate = (X509Certificate) ks.getCertificate(caCertAlias); local
190 X500Principal principal = certificate.getIssuerX500Principal();
218 private static OpenSSLX509Certificate[] encodeCertificateList(Certificate[] chain)
3006 OpenSSLX509Certificate certificate = local
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/pem/
pem_test.go 42 if !reflect.DeepEqual(result, certificate) {
43 t.Errorf("#0 got:%#v want:%#v", result, certificate)
283 -----BEGIN CERTIFICATE-----
285 -----BEGIN CERTIFICATE-----
287 Certificate chain
290 -----BEGIN CERTIFICATE-----
292 -----BEGIN CERTIFICATE-----
293 -----BEGIN CERTIFICATE-----
315 -----END CERTIFICATE-----
362 var certificate = &Block{Type: "CERTIFICATE" var
    [all...]
  /prebuilts/go/linux-x86/src/encoding/pem/
pem_test.go 42 if !reflect.DeepEqual(result, certificate) {
43 t.Errorf("#0 got:%#v want:%#v", result, certificate)
283 -----BEGIN CERTIFICATE-----
285 -----BEGIN CERTIFICATE-----
287 Certificate chain
290 -----BEGIN CERTIFICATE-----
292 -----BEGIN CERTIFICATE-----
293 -----BEGIN CERTIFICATE-----
315 -----END CERTIFICATE-----
362 var certificate = &Block{Type: "CERTIFICATE" var
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 1218 milliseconds

<<11121314151617