Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java148 static void verifyAll(Hashtable authBlocks) in verifyAll() argument
151 ensureNonEmpty(authBlocks, "authBlocks"); in verifyAll()
153 Enumeration blocks = authBlocks.elements(); in verifyAll()
169 static int getShortestLifetime(Hashtable authBlocks) in getShortestLifetime() argument
172 ensureNonEmpty(authBlocks, "authBlocks"); in getShortestLifetime()
174 Enumeration blocks = authBlocks.elements(); in getShortestLifetime()
200 Hashtable authBlocks, in externalizeAll() argument
204 ensureNonEmpty(authBlocks, "authBlocks"); in externalizeAll()
206 Enumeration blocks = authBlocks.elements(); in externalizeAll()
223 static Object[] getContents(Hashtable authBlocks) in getContents() argument
[all …]