Searched refs:authBlock (Results 1 – 3 of 3) sorted by relevance
54 Hashtable authBlock = null; // Scope auth blocks. field in CDAAdvert140 authBlock = hdr.parseSignatureIn(message, dis); in initialize()142 if (authBlock != null) { in initialize()143 lifetime = AuthBlock.getShortestLifetime(authBlock); in initialize()
51 Hashtable authBlock = null; // Scope auth blocks. field in CSAAdvert134 authBlock = hdr.parseSignatureIn(message, dis); in CSAAdvert()
303 if (advert.authBlock != null) { in handleAdvertIn()305 AuthBlock.verifyAll(advert.authBlock); in handleAdvertIn()