Searched refs:authBlocks (Results 1 – 1 of 1) sorted by relevance
148 static void verifyAll(Hashtable authBlocks) in verifyAll() argument151 ensureNonEmpty(authBlocks, "authBlocks"); in verifyAll()153 Enumeration blocks = authBlocks.elements(); in verifyAll()169 static int getShortestLifetime(Hashtable authBlocks) in getShortestLifetime() argument172 ensureNonEmpty(authBlocks, "authBlocks"); in getShortestLifetime()174 Enumeration blocks = authBlocks.elements(); in getShortestLifetime()200 Hashtable authBlocks, in externalizeAll() argument204 ensureNonEmpty(authBlocks, "authBlocks"); in externalizeAll()206 Enumeration blocks = authBlocks.elements(); in externalizeAll()223 static Object[] getContents(Hashtable authBlocks) in getContents() argument[all …]