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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java138 * @param authBlocks A Hashtable containing AuthBlocks.
146 * @exception IllegalArgumentException If authBlocks is null or empty.
148 static void verifyAll(Hashtable authBlocks) argument
151 ensureNonEmpty(authBlocks, "authBlocks");
153 Enumeration blocks = authBlocks.elements();
165 * @param authBlocks A Hashtable containing AuthBlocks.
167 * @exception IllegalArgumentException If authBlocks is null or empty.
169 static int getShortestLifetime(Hashtable authBlocks) argument
172 ensureNonEmpty(authBlocks, "authBlock
199 externalizeAll(SrvLocHeader hdr, Hashtable authBlocks, ByteArrayOutputStream baos) argument
223 getContents(Hashtable authBlocks) argument
241 desc(Hashtable authBlocks) argument
333 getEquivalentAuth(String caDN, Hashtable authBlocks) argument
[all...]

Completed in 490 milliseconds