Searched
full:certificate (Results
476 -
500 of
1381) sorted by null
<<11121314151617181920>>
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
PolicyInformation.java | 37 * Certificate and Certificate Revocation List (CRL) Profile.
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestTrustManager.java | 104 * Returns the list of certificate issuer authorities which are trusted for 107 * @return the list of certificate issuer authorities which are trusted for
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
imagehlp.h | 92 WINBOOL IMAGEAPI ImageAddCertificate(HANDLE FileHandle,LPWIN_CERTIFICATE Certificate,PDWORD Index); 95 WINBOOL IMAGEAPI ImageGetCertificateData(HANDLE FileHandle,DWORD CertificateIndex,LPWIN_CERTIFICATE Certificate,PDWORD RequiredLength);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 87 * @param certificate the certificate used for signing. Can be null. 92 X509Certificate certificate, IProgressMonitor monitor) throws CoreException { 101 // if either key or certificate is null, ensure the other is null. 103 certificate = null; 104 } else if (certificate == null) { 284 certificate, local 376 null, //certificate
|
/frameworks/base/keystore/java/android/security/keystore/ |
KeyGenParameterSpec.java | 29 import java.security.cert.Certificate; 60 * {@link Certificate#getPublicKey()}. 68 * <p>For asymmetric key pairs, a self-signed X.509 certificate will be also generated and stored in 70 * support storing key pairs without a certificate. The subject, serial number, and validity dates 71 * of the certificate can be customized in this spec. The self-signed certificate may be replaced at 72 * a later time by a certificate signed by a Certificate Authority (CA). 74 * <p>NOTE: If a private key is not authorized to sign the self-signed certificate, then the 75 * certificate will be created with an invalid signature which will not verify. Such a certificat [all...] |
/cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/ |
AndroidManifest.xml | 21 certificate.
|
/cts/tools/utils/ |
java-cert-list-generator.sh | 22 # Output the Java file with the certificate fingerprints
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CRLTest.java | 68 // that are abstract in <code>Certificate</code>
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/provider/cert/ |
CertFactoryTestData.java | 216 "-----BEGIN CERTIFICATE-----\n" + 233 "-----END CERTIFICATE-----\n" + 234 "-----BEGIN CERTIFICATE-----\n" + 251 "-----END CERTIFICATE-----\n";
|
/external/boringssl/src/crypto/x509/ |
pkcs7.c | 29 /* pkcs7_parse_header reads the non-certificate/non-CRL prefix of a PKCS#7 225 * "CERTIFICATE". */ 247 * "CERTIFICATE". */ 263 * |cb| with a CBB to which certificate or CRL data can be written, and the
|
x_x509.c | 172 * a certificate with extra info tagged on the end. Since these 173 * functions set how a certificate is trusted they should only 174 * be used when the certificate comes from a reliable source 191 /* If certificate unreadable then forget it */
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
PinFailureLogger.java | 58 sb.append("Error: could not encode certificate");
|
/external/e2fsprogs/ |
SUBMITTING-PATCHES | 10 Developer's Certificate of Origin 1.1
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
KeepAliveHttpsTransportSE.java | 15 * certificate authorities somehow messing up connecting/needing reconnects. Added as generic class for SE since it
|
/external/nist-sip/java/gov/nist/javax/sip/ |
ClientTransactionExt.java | 3 import java.security.cert.Certificate;
|
/external/openssh/ |
ssh-keysign.0 | 41 certificate information corresponding with the private keys
|
/external/vboot_reference/tests/ |
gen_test_keys.sh | 28 # Generate self-signed certificate from key.
|
/external/wpa_supplicant_8/ |
CONTRIBUTIONS | 15 the Developer Certificate of Origin (DCO) version 1.1 terms (see below; 22 To indicate your acceptance of Developer's Certificate of Origin 1.1 70 Developer Certificate of Origin 81 Developer's Certificate of Origin 1.1
|
/external/wpa_supplicant_8/src/eap_common/ |
ikev2_common.h | 190 /* Certificate Encoding (RFC 4306, Sect. 3.6) */ 195 /* X.509 Certificate - Signature: DER encoded X.509 certificate whose 199 /* DER encoded X.509 certificate revocation list */
|
/frameworks/base/media/lib/signer/ |
README.txt | 23 This library will eventually be replaced when the provisioned certificate-
|
/libcore/luni/src/main/files/cacerts/ |
ed524cf5.0 | 1 -----BEGIN CERTIFICATE----- 28 -----END CERTIFICATE----- 29 Certificate: 67 Certificate Sign, CRL Sign
|
/libcore/luni/src/main/java/java/security/cert/ |
CertificateEncodingException.java | 21 * The exception that is thrown when an error occurs while a {@code Certificate}
|
CertificateException.java | 23 * The base class for all {@code Certificate} related exceptions.
|
CertificateParsingException.java | 21 * The exception that is thrown when a {@code Certificate} can not be parsed.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
TrustManagerFactorySpi.java | 38 * of certificate authorities and trust material.
|
Completed in 262 milliseconds
<<11121314151617181920>>