HomeSort by relevance Sort by last modified time
    Searched defs:ldap (Results 1 - 6 of 6) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
LDAPCertStoreHelper.java 26 package sun.security.provider.certpath.ldap;
44 * LDAP implementation of CertStoreHelper.
LDAPCertStore.java 26 package sun.security.provider.certpath.ldap;
58 * <code>CRL</code>s from an LDAP directory, using the PKIX LDAP V2 Schema
67 * <code>CertStore</code> and establish the DNS name and port of the LDAP
85 * minimize LDAP round trips. The cache is associated with the CertStore
91 * a single LDAP request when any one of them is needed. The reason is that
114 * LDAP attribute identifiers.
137 "sun.security.certpath.ldap.cache.lifetime";
142 * when validating signed JARs with LDAP URLs in certificates.
145 "sun.security.certpath.ldap.disable.app.resource.files"
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
URICertStore.java 119 // true if URI is ldap
120 private boolean ldap = false; field in class:URICertStore
165 // if ldap URI, use an LDAPCertStore to fetch certs and CRLs
166 if (uri.getScheme().toLowerCase(Locale.ENGLISH).equals("ldap")) {
167 ldap = true;
168 ldapHelper = CertStoreHelper.getInstance("LDAP");
249 // if ldap URI we wrap the CertSelector in an LDAPCertSelector to
250 // avoid LDAP DN matching issues (see LDAPCertSelector for more info)
251 if (ldap) {
258 // Fetch the certificates via LDAP. LDAPCertStore has its ow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 131 typedef struct ldap { struct
153 } LDAP,*PLDAP;
245 WINLDAPAPI LDAP *LDAPAPI ldap_openW(const PWCHAR HostName,ULONG PortNumber);
246 WINLDAPAPI LDAP *LDAPAPI ldap_openA(const PCHAR HostName,ULONG PortNumber);
247 WINLDAPAPI LDAP *LDAPAPI ldap_initW(const PWCHAR HostName,ULONG PortNumber);
248 WINLDAPAPI LDAP *LDAPAPI ldap_initA(const PCHAR HostName,ULONG PortNumber);
249 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitW(PWCHAR HostName,ULONG PortNumber,int secure);
250 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitA(PCHAR HostName,ULONG PortNumber,int secure);
251 WINLDAPAPI ULONG LDAPAPI ldap_connect(LDAP *ld,struct l_timeval *timeout);
258 WINLDAPAPI LDAP *LDAPAPI ldap_open(PCHAR HostName,ULONG PortNumber)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 

Completed in 76 milliseconds