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

<<31323334353637383940>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 39 import java.security.cert.Certificate;
132 * Class under test for void initVerify(Certificate)
539 private class MyCertificate extends java.security.cert.Certificate {
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/media/
NdkMediaDrm.h 55 * This event type indicates that the app needs to request a certificate from
199 * problem with the device certificate.
262 * server to retrieve a device certificate. If provisionining is required, the
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaDrm.h 55 * This event type indicates that the app needs to request a certificate from
199 * problem with the device certificate.
262 * server to retrieve a device certificate. If provisionining is required, the
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/media/
NdkMediaDrm.h 55 * This event type indicates that the app needs to request a certificate from
199 * problem with the device certificate.
262 * server to retrieve a device certificate. If provisionining is required, the
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaDrm.h 55 * This event type indicates that the app needs to request a certificate from
199 * problem with the device certificate.
262 * server to retrieve a device certificate. If provisionining is required, the
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/media/
NdkMediaDrm.h 55 * This event type indicates that the app needs to request a certificate from
199 * problem with the device certificate.
262 * server to retrieve a device certificate. If provisionining is required, the
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaDrm.h 55 * This event type indicates that the app needs to request a certificate from
199 * problem with the device certificate.
262 * server to retrieve a device certificate. If provisionining is required, the
  /build/tools/signapk/
SignApk.java 87 * algorithm specified in the certificate and always used SHA1withRSA.
90 * the signature algorithm in the certificate to select which to use
93 * Because there are old keys still in use whose certificate actually
643 // Assume the certificate is valid for at least an hour.
749 // Assume the certificate is valid for at least an hour.
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 62 WELL_KNOWN_SHORT_MIME_TYPES.put(0x18, "application/vnd.wap.wtls-ca-certificate");
63 WELL_KNOWN_SHORT_MIME_TYPES.put(0x19, "application/vnd.wap.wtls-user-certificate");
94 WELL_KNOWN_SHORT_MIME_TYPES.put(0x38, "application/vnd.wap.hashed-certificate");
95 WELL_KNOWN_SHORT_MIME_TYPES.put(0x39, "application/vnd.wap.signed-certificate");
101 WELL_KNOWN_SHORT_MIME_TYPES.put(0x3F, "application/vnd.wap.rollover-certificate");
205 = "application/vnd.wap.rollover-certificate";
    [all...]
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 171 // The subject used for the self-signed certificate of the generated pair
173 // The serial number used for the self-signed certificate of the
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 171 // The subject used for the self-signed certificate of the generated pair
173 // The serial number used for the self-signed certificate of the
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 171 // The subject used for the self-signed certificate of the generated pair
173 // The serial number used for the self-signed certificate of the
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory2Test.java 32 import java.security.cert.Certificate;
141 Certificate cert = certFactory.generateCertificate(dis);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 34 import java.security.cert.Certificate;
253 Certificate[] chain = { mc };
  /external/boringssl/src/crypto/x509/
x509_req.c 156 * extensions in a certificate request. There are at least two OIDs that are
213 /* Add a STACK_OF extensions to a certificate request: allow alternative OIDs
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 102 * Certificate Issuer
120 * Certificate Policies
  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.0_Foundation-1.0.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum12_1.0.1.200904031014/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.2.zip 
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
SocketConnector.java 122 + "\n certificate: " + CertificatePinner.pin(cert)
127 // Check that the certificate pinner is satisfied by the certificates presented.
  /external/openssh/
sshd_config.5 276 certificate authentication.
279 this file lists names, one of which must appear in the certificate for it
302 of the user must appear in a certificate's principals list for it to be
611 Specifies a file containing a public host certificate.
612 The certificate's public key must match a private host key already specified
    [all...]
  /external/wpa_supplicant_8/hs20/server/
hs20-osu-server.txt 145 # Note: Install AAA server key/certificate and root CA in Key directory
233 Update SSL configuration to use the OSU server certificate/key.
  /external/wpa_supplicant_8/src/crypto/
tls_internal.c 236 "certificate");
297 "certificate");
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 58 import java.security.cert.Certificate;
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 114 * @param caCert The CA certificate or null
115 * @param clientCert The client certificate or null

Completed in 422 milliseconds

<<31323334353637383940>>