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

  /libcore/ojluni/src/main/java/java/security/cert/
X509CRLSelector.java 80 private HashSet<Object> issuerNames;
95 * Sets the issuerNames criterion. The issuer distinguished name in the
102 * The specified value replaces the previous value for the issuerNames
123 issuerNames = null;
128 issuerNames = new HashSet<Object>();
130 issuerNames.add(p.getEncoded());
140 * Sets the issuerNames criterion. The issuer distinguished name in the
147 * The specified value replaces the previous value for the issuerNames
155 * as the value for this argument, no issuerNames check will be performed.
199 issuerNames = null
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
LDAPCertStore.java 761 * If issuerNames or certChecking are specified, the issuer's directory
762 * entry is searched. If neither issuerNames or certChecking are specified
790 Collection<Object> issuerNames;
793 issuerNames = new HashSet<>();
795 issuerNames.add(issuer.getName(X500Principal.RFC2253));
799 issuerNames = xsel.getIssuerNames();
800 if (issuerNames == null)
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
WiFiKeyManager.java 34 public void enableClientAuth(List<String> issuerNames) throws GeneralSecurityException,
38 for (String issuerName : issuerNames) {
56 throw new IOException("No aliases match requested issuers: " + issuerNames);

Completed in 194 milliseconds