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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java471 abBytes = sig.sign();
498 abBytes.length; // structured auth block
554 abBytes = new byte[abLength - pos];
555 dis.readFully(abBytes, 0, abLength - pos);
556 hdr.nbytes += abBytes.length;
675 if (!sig.verify(abBytes))
711 baos.write(abBytes, 0, abBytes.length);
712 hdr.nbytes += abBytes.length;
1124 byte[] abBytes; field in class:AuthBlock
[all...]

Completed in 24 milliseconds