Lines Matching refs:message

748 	    Object[] message = new Object[2];  in parseServiceURLIn()  local
749 message[0] = abaos.toByteArray(); in parseServiceURLIn()
750 message[1] = rawBytes; in parseServiceURLIn()
751 auth = getCheckedAuthBlockList(message, nauths, dis); in parseServiceURLIn()
827 Object[] message = new Object[2]; in parseServiceURLOut() local
828 message[0] = abaos.toByteArray(); in parseServiceURLOut()
829 message[1] = bytes; in parseServiceURLOut()
830 auth = getCheckedAuthBlockList(message, surl.getLifetime()); in parseServiceURLOut()
890 Object[] message = new Object[2]; in parseAuthenticatedAttributeVectorIn() local
891 message[0] = abaos.toByteArray(); in parseAuthenticatedAttributeVectorIn()
892 message[1] = rawBytes; in parseAuthenticatedAttributeVectorIn()
896 return parseSignatureIn(message, dis); in parseAuthenticatedAttributeVectorIn()
970 Object[] message = new Object[2]; in parseAttributeVectorOut() local
971 message[0] = abaos.toByteArray(); in parseAttributeVectorOut()
972 message[1] = bytes; in parseAttributeVectorOut()
973 auth = getCheckedAuthBlockList(message, lifetime); in parseAttributeVectorOut()
1013 Hashtable getCheckedAuthBlockList(Object[] message, int lifetime) in getCheckedAuthBlockList() argument
1024 return AuthBlock.makeAuthBlocks(message, lifetime); in getCheckedAuthBlockList()
1029 Hashtable getCheckedAuthBlockList(Object[] message, in getCheckedAuthBlockList() argument
1042 return AuthBlock.makeAuthBlocks(this, message, dis, nauth); in getCheckedAuthBlockList()
1047 Hashtable parseSignatureIn(Object[] message, DataInputStream dis) in parseSignatureIn() argument
1060 auth = getCheckedAuthBlockList(message, nauths, dis); in parseSignatureIn()