Searched refs:signatures (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java76 Hashtable signatures = new Hashtable(); field in class:Parser.ParserRecord
213 Hashtable targetSigs = target.signatures;
214 Hashtable sourceSigs = source.signatures;
H A DServiceTable.java974 // Get the hashtable of services v.s. scopes, and signatures, if
979 Hashtable signatures =
981 boolean hasSignatures = (signatures != null);
989 Hashtable auths = (Hashtable) signatures.get(aSurl);
1001 SrvLocMsg ack = req.makeReply(services, signatures);
1012 signatures});
1103 // Get the attributes and signatures.
H A DServiceStoreInMemory.java86 Hashtable signatures = prReturns.signatures;
112 signatures.put(url, sig);
1939 * and locale. If there are no signatures, the FS_SIGTABLE
1972 Hashtable signatures = null;
1976 // Get the services and signatures tables.
1979 signatures = ret.signatures;
2057 // Put in signatures if there.
2059 if (signatures
[all...]

Completed in 104 milliseconds