/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SignerInfoGeneratorBuilder.java | 86 * @param certHolder carrier for the X.509 certificate related to the contentSigner.
|
CMSSignedHelper.java | 27 import org.bouncycastle.asn1.x509.Certificate; 178 certList.add(new X509CertificateHolder(Certificate.getInstance(obj)));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
ObjectDigestInfo.java | 42 * The public key certificate is hashed.
|
X509ObjectIdentifiers.java | 64 * ISO ARC for standard certificate and CRL extensions
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-natt | 9 path certificate "/etc/racoon/cert";
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
HttpsServiceConnectionSE.java | 34 * certificate of theof the server on older android versions. You can disable
|
/external/libvncserver/libvncserver/ |
rfbssl_openssl.c | 64 rfbErr("Unable to load certificate file %s\n", cl->screen->sslcertfile);
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/ |
README.txt | 29 button to specify the certificate(s). See the Help there for more info
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
ConnectionSpecSelectorTest.java | 68 new SSLHandshakeException("Certificate handshake exception");
|
/external/openssh/ |
ssh-keysign.8 | 80 If these files exist they are assumed to contain public certificate
|
/external/vboot_reference/utility/ |
dev_make_keypair | 52 # create a self-signed certificate
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
AbstractAsset.java | 37 * <p> The Android app with package name com.google.test that is signed by a certificate with sha256
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
ScreenshotTest.java | 116 // for this reason this test must be signed with platform certificate, to grant this test
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
SSLSessionTest.java | 28 import java.security.cert.Certificate; 149 Certificate cert = store.getCertificate("mykey"); 150 Certificate[] certs = clientSession.getLocalCertificates(); 176 Certificate[] res = clientSession.getPeerCertificates();
|
/libcore/luni/src/main/files/cacerts/ |
b0ed035a.0 | 1 -----BEGIN CERTIFICATE----- 31 -----END CERTIFICATE----- 32 Certificate: 84 Certificate Sign, CRL Sign
|
/libcore/luni/src/main/java/java/security/cert/ |
PKIXCertPathValidatorResult.java | 34 // Public key of the subject (target) certificate
|
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/ |
CertificationRequest.java | 29 * Certificate Signing Request (CSR). Its ASN notation is as follows:
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathValidatorExceptionTest.java | 29 import java.security.cert.Certificate; 388 * Test for <code>getIndex()</code>. Returns the index of the certificate 438 public List<Certificate> getCertificates() { 439 return new Vector<Certificate>();
|
/external/libvncserver/webclients/java-applet/ssl/ |
VncViewer.jar | |
ultravnc-102-JavaViewer-ssl-etc.patch | [all...] |
/frameworks/base/media/jni/ |
android_media_MediaDrm.cpp | 142 CertificateFields certificate; member in struct:android::fields_t 647 FIND_CLASS(clazz, "android/media/MediaDrm$Certificate"); 648 GET_FIELD_ID(gFields.certificate.wrappedPrivateKey, clazz, "mWrappedKey", "[B"); 649 GET_FIELD_ID(gFields.certificate.certificateData, clazz, "mCertificateData", "[B"); 1029 Vector<uint8_t> certificate, wrappedKey; local [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
PolicyQualifierInfoTest.java | 290 * Certificate and Certificate Revocation List (CRL) Profile.
|
/external/boringssl/src/ssl/test/ |
test_config.cc | 51 { "-require-any-client-certificate", 109 { "-expect-certificate-types", &TestConfig::expected_certificate_types },
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
CertBlacklist.java | 131 * serials may inadvertently match a certificate that was issued 136 // Not a real certificate. For testing only.
|
/external/ipsec-tools/src/racoon/ |
TODO | 18 o multiple certificate payload handling. 19 o To consider the use with certificate infrastructure. PXIX ???
|