HomeSort by relevance Sort by last modified time
    Searched full:certificate (Results 301 - 325 of 1381) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/hs20/server/ca/
openssl-root.cnf 26 certificate = $dir/cacert.pem # The CA certificate
37 cert_opt = ca_default # Certificate field options
104 # Extensions to add to a certificate request
  /frameworks/base/keystore/java/android/security/
KeyChainAliasCallback.java 27 * Called with the alias of the certificate chosen by the user, or
  /libcore/luni/src/main/files/cacerts/
0d69c7e1.0 1 -----BEGIN CERTIFICATE-----
13 -----END CERTIFICATE-----
14 Certificate:
37 Certificate Sign, CRL Sign
  /libcore/luni/src/main/java/java/security/cert/
CollectionCertStoreParameters.java 34 // A <code>Collection</code> of <code>Certificate</code>s
55 * the collection where the {@code Certificate}s and {@code CRL}s
82 * Returns the collection where the {@code Certificate}s and {@code CRL}s
85 * @return the collection where the {@code Certificate}s and {@code CRL}s
CertStoreException.java 36 * the cause why the access to the certificate store failed.
46 * the cause why the access to the certificate store failed.
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
CertificatePolicies.java 35 * with Certificate Policies structure which is a part of X.509 certificate
38 * Certificate and Certificate Revocation List (CRL) Profile.
PolicyQualifierInfo.java 37 * Certificate and Certificate Revocation List (CRL) Profile.
  /external/boringssl/src/ssl/test/runner/
tls.go 24 // at least one certificate.
61 // at least one certificate.
72 // at least one certificate.
174 func LoadX509KeyPair(certFile, keyFile string) (cert Certificate, err error) {
188 func X509KeyPair(certPEMBlock, keyPEMBlock []byte) (cert Certificate, err error) {
195 if certDERBlock.Type == "CERTIFICATE" {
196 cert.Certificate = append(cert.Certificate, certDERBlock.Bytes)
200 if len(cert.Certificate) == 0 {
201 err = errors.New("crypto/tls: failed to parse certificate PEM data"
    [all...]
  /cts/apps/CtsVerifier/
create_test_certs.sh 29 echo "Generating CA certificate..."
62 echo "Generating user certificate..."
  /development/testrunner/
create_test.py 75 LOCAL_PACKAGE_NAME := ${MODULE_NAME}Tests${CERTIFICATE}
152 # include certificate definition if existent in makefile
153 certificate = mk.GetVariable(mk.CERTIFICATE)
154 if certificate:
155 cert_definition = ("\n%s := %s" % (mk.CERTIFICATE, certificate))
160 mapping = {"MODULE_NAME":module_name, "CERTIFICATE":cert_definition}
  /external/wpa_supplicant_8/src/tls/
x509v3.h 2 * X.509v3 certificate parsing and processing
89 * The DER format certificate follows struct x509_certificate. These
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java 33 import java.security.cert.Certificate;
68 public static Certificate[] verifySignature(InputStream signature, InputStream
77 Collection<org.apache.harmony.security.x509.Certificate> encCerts
85 for (org.apache.harmony.security.x509.Certificate encCert : encCerts) {
103 // Certificate serial number
106 // Locate the certificate
115 if (i == certs.length) { // No issuer certificate found
275 * certificate bytes, instead of letting the underlying implementation have
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertStoreSpi.java 32 import java.security.cert.Certificate;
51 public Collection<Certificate> engineGetCertificates(CertSelector selector)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
CertificateRequestor.java 29 * a certificate to use for establishing secure connections in the Email app.
58 * Callback for the certificate request. Does not happen on the UI thread.
EmailClientConnectionManager.java 50 * A {@link KeyManager} to track client certificate requests from servers.
86 * Ensures that a client SSL certificate is known to be used for the specified connection
103 LogUtils.i(Logging.LOG_TAG, "Registering socket factory for certificate alias ["
116 * Unregisters a custom connection type that uses a client certificate on the connection
144 * Builds a unique scheme name for an SSL connection that uses a client user certificate.
155 * a client SSL certificate by any servers
  /packages/apps/KeyChain/res/values-ro/
strings.xml 20 <string name="title_no_certs" msgid="8350009443064722873">"Nu au fost g?site certificate"</string>
24 <string name="install_new_cert_message" msgid="4451971501142085495">"Pute?i instala certificate dintr-un fi?ier PKCS#12 cu o extensie %1$s sau %2$s care se afl? pe stocarea extern?."</string>
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
KeyManagementTest.java 35 import java.security.cert.Certificate;
85 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate);
97 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate);
105 fail("Exception should have been thrown for null Certificate");
114 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate);
128 private static Certificate getCertificate(byte[] cert) throws CertificateException {
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
CertUtils.java 25 import org.bouncycastle.asn1.x509.Certificate;
46 throw new IllegalStateException("cannot produce certificate signature");
58 throw new IllegalStateException("cannot produce attribute certificate signature");
70 throw new IllegalStateException("cannot produce certificate signature");
87 private static Certificate generateStructure(TBSCertificate tbsCert, AlgorithmIdentifier sigAlgId, byte[] signature)
95 return Certificate.getInstance(new DERSequence(v));
  /external/conscrypt/src/main/java/org/conscrypt/
KeyManagerImpl.java 27 import java.security.cert.Certificate;
105 Certificate[] certs = hash.get(alias).getCertificateChain();
160 final Certificate[] chain = entry.getCertificateChain();
161 final Certificate cert = chain[0];
199 // check that a certificate in the chain was issued by one of the specified issuers
200 for (Certificate certFromChain : chain) {
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
RecordedRequest.java 22 import java.security.cert.Certificate;
46 private final Certificate[] sslLocalCertificates;
47 private final Certificate[] sslPeerCertificates;
66 Certificate[] peerCertificates = null;
216 public Certificate[] getSslLocalCertificates() {
234 public Certificate[] getSslPeerCertificates() {
  /libcore/luni/src/main/java/java/security/
CodeSigner.java 41 * the certificate path associated with this code signer.
60 * certificate path and the same time stamp, if present in both.
85 * Returns the certificate path associated with this {@code CodeSigner}.
87 * @return the certificate path associated with this {@code CodeSigner}.
123 * this {@code CodeSigner} including its first certificate and its time
133 // dumping only the first certificate. Well, let's do the same.
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSession.java 21 import java.security.cert.Certificate;
71 * @return the list of certificates, ordered from local certificate to
74 public Certificate[] getLocalCertificates();
98 * @return the list of certificates, ordered from the identity certificate to
109 * @return the list of certificates, ordered from the identity certificate to
114 public Certificate[] getPeerCertificates() throws SSLPeerUnverifiedException;
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
SignedData.java 32 import org.apache.harmony.security.x509.Certificate;
54 private final List<Certificate> certificates;
59 List<Certificate> certificates, List<CertificateList> crls,
69 public List<Certificate> getCertificates() {
112 new ASN1Implicit(0, new ASN1SetOf(Certificate.ASN1)),
137 (List<Certificate>) values[3],
  /libcore/luni/src/test/java/tests/security/cert/
X509CRL2Test.java 26 import java.security.cert.Certificate;
41 String certificate = "-----BEGIN CERTIFICATE-----\n" field in class:X509CRL2Test
63 + "-----END CERTIFICATE-----\n";
68 ByteArrayInputStream certArray = new ByteArrayInputStream(certificate
194 public boolean isRevoked(Certificate cert) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 25 import java.security.cert.Certificate;
130 static final int CERTIFICATE = 1;
278 * tricky if a certificate appears in more than one chain...
286 Certificate c = (Certificate)certs.remove(alias);
298 c = (Certificate)keyCerts.remove(id);
310 public Certificate engineGetCertificate(
318 Certificate c = (Certificate)certs.get(alias);
328 c = (Certificate)keyCerts.get(id)
    [all...]

Completed in 157 milliseconds

<<11121314151617181920>>