HomeSort by relevance Sort by last modified time
    Searched refs:Cert (Results 1 - 4 of 4) sorted by null

  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyKeyStore.java 34 import java.security.cert.Certificate;
35 import java.security.cert.CertificateException;
47 private Hashtable Cert = new Hashtable();
77 if (Cert.containsKey(alias)) {
78 return (Certificate) Cert.get(alias);
92 if (Cert.containsKey(alias)) {
93 Cert.remove(alias);
107 if (Cert.containsKey(alias)) {
108 Cert.remove(alias);
123 public void engineSetCertificateEntry(String alias, Certificate cert)
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyStore.java 35 import java.security.cert.Certificate;
36 import java.security.cert.CertificateException;
49 private Hashtable<String, Object> Cert = new Hashtable<String, Object>();
79 if (Cert.containsKey(alias)) {
80 return (Certificate) Cert.get(alias);
94 if (Cert.containsKey(alias)) {
95 Cert.remove(alias);
109 if (Cert.containsKey(alias)) {
110 Cert.remove(alias);
125 public void engineSetCertificateEntry(String alias, Certificate cert)
    [all...]
  /development/tools/
make_key 24 Creates <name>.pk8 key and <name>.x509.pem cert. Cert contains the
36 # Use named pipes to connect get the raw RSA private key to the cert-
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl 521 attacks. They rely on the client user not bothering to check the cert.
534 You can use the "Fetch Cert" button to retrieve the Cert and then
546 Note, however, "Fetch Cert" and "Verify All Certs" are currently disabled
556 every cert while still authenticating every connection. More info:
560 for setting a default ServerCert/CA Cert.
562 You may also Import the CA Cert and save it to the 'Accepted Certs'
566 its own Self-Signed one, then the default "Verify All Certs/Fetch Cert"
587 and when an initial fetch-cert action takes place.
596 In the default "Verify All Certs" mode, a fetch cert action alway
    [all...]

Completed in 122 milliseconds