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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCDAAdvert.java54 Hashtable authBlock = null; // Scope auth blocks. field in class:CDAAdvert
140 authBlock = hdr.parseSignatureIn(message, dis);
142 if (authBlock != null) {
143 lifetime = AuthBlock.getShortestLifetime(authBlock);
H A DCSAAdvert.java51 Hashtable authBlock = null; // Scope auth blocks. field in class:CSAAdvert
134 authBlock = hdr.parseSignatureIn(message, dis);
H A DServerDATable.java303 if (advert.authBlock != null) {
305 AuthBlock.verifyAll(advert.authBlock);

Completed in 187 milliseconds