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

  /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-

Completed in 3626 milliseconds